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,