mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 11:43:07 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
|
const { defineConfig } = require('@vue/cli-service');
|
||
|
|
||
|
module.exports = defineConfig({
|
||
|
transpileDependencies: true,
|
||
|
});
|