From 9af8988584ba8bd2029849e9c503ffafb3ee129c Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Thu, 16 Sep 2021 07:03:52 +0800 Subject: [PATCH] =?UTF-8?q?build(projects):=20=E5=8F=96=E6=B6=88=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=98=BE=E7=A4=BAbrotliSize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 6edaa34e..96dac2a5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,5 +17,8 @@ export default defineConfig({ } } }, - plugins: [vue(), ...plugins] + plugins: [vue(), ...plugins], + build: { + brotliSize: false + } });