From ec3659b12b4e54642e3735ea331b03758be8d10e Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 14 Aug 2025 14:48:36 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E6=9A=82=E6=97=B6=E5=8F=96?= =?UTF-8?q?=E6=B6=88=20legacy=20=E6=94=AF=E6=8C=81=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E6=89=93=E5=8C=85=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.js b/vite.config.js index 71a18ab..206c021 100644 --- a/vite.config.js +++ b/vite.config.js @@ -15,9 +15,9 @@ export default defineConfig({ }, plugins: [ react(), WindiCSS(), - legacy({ - targets: ["defaults", "not IE 11"], - }), + // legacy({ + // targets: ["defaults", "not IE 11"], + // }), ], server: { host: "0.0.0.0",