diff --git a/vue.config.js b/vue.config.js index 52c957760..7ba87d43e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -31,6 +31,7 @@ module.exports = { } } }, + chainWebpack: config => { const { codeInspectorPlugin } = require('code-inspector-plugin') @@ -59,6 +60,7 @@ module.exports = { config.optimization = { minimizer: [ new TerserPlugin({ + parallel: true, terserOptions: { output: { comments: false