Skip to content

Commit

Permalink
perf: 移除冗余的 xe-utils 插件
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 29, 2024
1 parent 51823f8 commit 3929278
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
},
Expand Down

0 comments on commit 3929278

Please sign in to comment.