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'], }, }; };