From 8dce1058f63f55a00b8deeba6f14e866ea2cf7eb Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 31 Dec 2025 11:29:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E4=BF=AE=E5=A4=8DterserOptions?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AE=8C=E6=88=90?= 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 2477d57..ebf8b7f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -66,7 +66,7 @@ module.exports = { sourceMap: false // 不生成source map }; - config.log('terserOptions配置完成'); + console.log('terserOptions配置完成'); } } }