From 0e090bc80a7da4ee919a944ceaa13205964a0ce0 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sun, 19 Jan 2025 19:44:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/vite.config.mts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index ed01d813..7e884500 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -8,12 +8,6 @@ export default defineConfig(async () => { return { application: {}, vite: { - optimizeDeps: { - include: [ - 'ant-design-vue/es/locale/zh_CN', - 'ant-design-vue/es/locale/en_US', - ], - }, plugins: [ // Components({ // dirs: [], // 默认会导入src/components目录下所有组件 不需要 @@ -37,9 +31,6 @@ export default defineConfig(async () => { ws: true, }, }, - warmup: { - clientFiles: ['./index.html', './src/{views,components}/*'], - }, }, }, };