Skip to content

Commit dbe0815

Browse files
author
xiaoxian521
committed
feat: add vxe-table/lib/locale/lang optimizeDeps
1 parent fd4cad8 commit dbe0815

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
7979
"@vueuse/core",
8080
"@iconify/vue",
8181
"element-plus/lib/locale/lang/en",
82-
"element-plus/lib/locale/lang/zh-cn"
82+
"element-plus/lib/locale/lang/zh-cn",
83+
"vxe-table/lib/locale/lang/zh-CN",
84+
"vxe-table/lib/locale/lang/en-US"
8385
],
8486
exclude: ["@zougt/vite-plugin-theme-preprocessor/dist/browser-utils"]
8587
},

0 commit comments

Comments
 (0)