perf: 移除冗余的 xe-utils 插件

This commit is contained in:
pany 2024-11-29 19:28:31 +08:00
parent 51823f8c6a
commit 392927884b
3 changed files with 2 additions and 6 deletions

View File

@ -30,8 +30,7 @@
"screenfull": "6.0.2",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vxe-table": "4.6.25",
"xe-utils": "3.5.32"
"vxe-table": "4.6.25"
},
"devDependencies": {
"@antfu/eslint-config": "3.11.2",

3
pnpm-lock.yaml generated
View File

@ -56,9 +56,6 @@ importers:
vxe-table:
specifier: 4.6.25
version: 4.6.25(vue@3.5.13(typescript@5.6.3))
xe-utils:
specifier: 3.5.32
version: 3.5.32
devDependencies:
'@antfu/eslint-config':
specifier: 3.11.2

View File

@ -66,7 +66,7 @@ export default defineConfig(({ mode }) => {
manualChunks: {
vue: ["vue", "vue-router", "pinia"],
element: ["element-plus", "@element-plus/icons-vue"],
vxe: ["vxe-table", "xe-utils"]
vxe: ["vxe-table"]
}
}
},