From 8e31b8356bab916601aa9363e886ce1f5111ef57 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Thu, 13 Feb 2025 01:01:53 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20:zap:=20=E6=B7=BB=E5=8A=A0echart?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=87=B3=E9=A2=84=E6=9E=84=E5=BB=BA?= 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 02dfbd4f..4997c4df 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -99,7 +99,10 @@ export default defineConfig(({ mode }: ConfigEnv) => { "sortablejs", "exceljs", "path-to-regexp", - "echarts", + "echarts/core", + "echarts/renderers", + "echarts/charts", + "echarts/components", "vue-i18n", "nprogress", "qs",