diff options
Diffstat (limited to 'master/client/vue.config.js')
-rw-r--r-- | master/client/vue.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/master/client/vue.config.js b/master/client/vue.config.js new file mode 100644 index 0000000..910e297 --- /dev/null +++ b/master/client/vue.config.js @@ -0,0 +1,4 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true +}) |