From c86958d710fcb4b1eb4b0d5244d585df48304fd6 Mon Sep 17 00:00:00 2001 From: xiangheng <11675084@qq.com> Date: Fri, 25 Oct 2024 18:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/vite.config.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/admin/vite.config.ts b/admin/vite.config.ts index ee24a33..5025260 100644 --- a/admin/vite.config.ts +++ b/admin/vite.config.ts @@ -30,16 +30,17 @@ export default ({ mode }) => { output: { manualChunks: { vue: ['vue'], + 'vue-router': ['vue-router'], pinia: ['pinia'], axios: ['axios'], dayjs: ['dayjs'], - echarts: ['echarts'], - 'highlight.js': ['highlight.js'], - 'element-plus': ['element-plus'], - 'vue-router': ['vue-router'], - 'lodash-es': ['lodash-es'], - vuedraggable: ['vuedraggable'], - 'vform3-builds': ['vform3-builds'] + // echarts: ['echarts'], + // 'highlight.js': ['highlight.js'], + 'element-plus': ['element-plus'] + + // 'lodash-es': ['lodash-es'], + // vuedraggable: ['vuedraggable'], + // 'vform3-builds': ['vform3-builds'] } } }