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