1 changed files with 4 additions and 3 deletions
@ -1,4 +1,5 @@ |
|||||||
const { defineConfig } = require('@vue/cli-service') |
const { defineConfig } = require('@vue/cli-service'); |
||||||
module.exports = defineConfig({ |
module.exports = defineConfig({ |
||||||
transpileDependencies: true |
productionSourceMap: false, |
||||||
}) |
transpileDependencies: true, |
||||||
|
}); |
||||||
|
Loading…
Reference in new issue