From 64475d0e9cf9cb4494382456fd5fcc88dd924b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=99=E9=83=BD=E6=B2=A1=E7=94=A8?= <615206459@qq.com> Date: Fri, 2 Feb 2024 21:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=207.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 6e852eb..357ab0f 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -22,7 +22,7 @@ export default ({ mode }: ConfigEnv): UserConfig => { vue(), compression(), vueJsx(), - cool(true), // 是否测试模式 + cool(false), // 是否测试模式 visualizer({ open: false, gzipSize: true,