Skip to content

Commit

Permalink
feat: add vxe-table/lib/locale/lang optimizeDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Feb 5, 2022
1 parent fd4cad8 commit dbe0815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
"@vueuse/core",
"@iconify/vue",
"element-plus/lib/locale/lang/en",
"element-plus/lib/locale/lang/zh-cn"
"element-plus/lib/locale/lang/zh-cn",
"vxe-table/lib/locale/lang/zh-CN",
"vxe-table/lib/locale/lang/en-US"
],
exclude: ["@zougt/vite-plugin-theme-preprocessor/dist/browser-utils"]
},
Expand Down

0 comments on commit dbe0815

Please sign in to comment.