From d0e69baee2142cf6e7cf466dbbf8f5ab743e4d2d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 9 Dec 2024 10:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=A1=B9=E7=9B=AE=E5=8D=A1?= =?UTF-8?q?=E6=AD=BB=E5=88=B092=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index bd48d72b0..0332f2e3c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -71,7 +71,7 @@ module.exports = { }, }, optimization: { - minimize: true, + minimize: process.env.NODE_ENV === "development" ? false :true, minimizer: [ new TerserPlugin({ terserOptions: {