chore: trim web build plugins
This commit is contained in:
@@ -4,7 +4,7 @@ import type { CardListItem, CardListOptions } from '#/components/card-list';
|
|||||||
|
|
||||||
import { onMounted, ref } from 'vue';
|
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 { $t } from '@vben/locales';
|
||||||
|
|
||||||
import { ElCard, ElMessage } from 'element-plus';
|
import { ElCard, ElMessage } from 'element-plus';
|
||||||
|
|||||||
@@ -20,8 +20,10 @@ export default defineConfig(async (config) => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
application: {
|
application: {
|
||||||
|
archiver: false,
|
||||||
injectMetadata: false,
|
injectMetadata: false,
|
||||||
license: false,
|
license: false,
|
||||||
|
pwa: false,
|
||||||
vxeTableLazyImport: false,
|
vxeTableLazyImport: false,
|
||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user