From 64a44ee2e0c1f390677ebbeea74cee2719f2645a Mon Sep 17 00:00:00 2001 From: hz <3451701311@qq.com> Date: Mon, 3 Nov 2025 09:07:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20TerserPlugin=20=E6=B7=BB=E5=8A=A0=20pa?= =?UTF-8?q?rallel=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 ++ 1 file changed, 2 insertions(+) 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