From 51809cdaed25b5b4e9a9f92f06870087ceb47f79 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 7 Nov 2024 14:51:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20echarts=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/vite.config.mts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index 1ef96aa3..0175a9f8 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -10,10 +10,6 @@ export default defineConfig(async () => { vite: { optimizeDeps: { include: [ - 'echarts/core', - 'echarts/charts', - 'echarts/components', - 'echarts/renderers', 'ant-design-vue/es/locale/zh_CN', 'ant-design-vue/es/locale/en_US', ],