From c15fd703fecfac1dc6d9326012f3aa299b90bcd2 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sun, 31 Dec 2023 17:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BE=9D?= =?UTF-8?q?=E8=B5=96html2canvas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 270948b..74ef9a6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -91,7 +91,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { 'jeecg-online-vendor': ['@jeecg/online'], // 将 Lodash 库的代码单独打包 'lodash-es-vendor': ['lodash-es'], - 'html2canvas-vendor': ['html2canvas'], // vue vue-router合并打包 vue: ['vue', 'vue-router'], 'cron-parser-vendor': ['cron-parser'],