From ccedaa62a64922320c8ebb8edf324e1ef1382bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 10 Feb 2025 21:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Vite=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=BC=80=E5=8F=91=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E6=AD=A3=E5=B8=B8=E5=8A=A0=E8=BD=BDWASM=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 586f890..0c3a22e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,4 +10,7 @@ export default defineConfig({ cssModules: true, }, }, + optimizeDeps: { + exclude: ['color-module'], + }, });