From 052e63d875f64e39454079f5a324cabddb5d365e Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 13 Oct 2022 14:34:34 +0800 Subject: [PATCH] =?UTF-8?q?pnpm=20install=20=E9=97=AE=E9=A2=98=E8=A7=A3?= =?UTF-8?q?=E5=86=B3?= 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 62a0bd9..7719308 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -107,7 +107,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { 'ant-design-vue/es/locale/zh_CN', 'ant-design-vue/es/locale/en_US', ], - exclude: ['vue-demi'], }, }; };