perf: 移除冗余的 xe-utils 插件
This commit is contained in:
parent
51823f8c6a
commit
392927884b
@ -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
3
pnpm-lock.yaml
generated
@ -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
|
||||
|
@ -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"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user