2 changed files with 6 additions and 14 deletions
@ -1,6 +1,12 @@ |
|||
const { defineConfig } = require('@vue/cli-service') |
|||
|
|||
module.exports = defineConfig({ |
|||
// webpack setting
|
|||
configureWebpack:config=>{ |
|||
config.devtool = false |
|||
}, |
|||
productionSourceMap:false, |
|||
|
|||
transpileDependencies: true, |
|||
lintOnSave: false, |
|||
publicPath: './' |
|||
|
|||
Loading…
Reference in new issue