chore: trim web build plugins

This commit is contained in:
2026-06-12 14:13:48 +08:00
parent 8138623b30
commit bfbbfb1b62
2 changed files with 3 additions and 1 deletions
@@ -4,7 +4,7 @@ import type { CardListItem, CardListOptions } from '#/components/card-list';
import { onMounted, ref } from 'vue';
import { Page } from '@vben/common-ui';
import { Page } from '@vben/common-ui/es/page';
import { $t } from '@vben/locales';
import { ElCard, ElMessage } from 'element-plus';
+2
View File
@@ -20,8 +20,10 @@ export default defineConfig(async (config) => {
return {
application: {
archiver: false,
injectMetadata: false,
license: false,
pwa: false,
vxeTableLazyImport: false,
},
vite: {