chore: update

This commit is contained in:
xiaoxian521 2021-10-31 10:20:36 +08:00
parent 9d061c6406
commit 3e12372d9c
2 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,7 @@
"@vue/compiler-sfc": "^3.2.20", "@vue/compiler-sfc": "^3.2.20",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0", "@vue/eslint-config-typescript": "^7.0.0",
"@zougt/vite-plugin-theme-preprocessor": "^1.3.2", "@zougt/vite-plugin-theme-preprocessor": "^1.3.4",
"autoprefixer": "^10.2.4", "autoprefixer": "^10.2.4",
"babel-plugin-transform-remove-console": "^6.9.4", "babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "^2.4.2", "chalk": "^2.4.2",

View File

@ -152,7 +152,8 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
"element-plus/lib/locale/lang/en", "element-plus/lib/locale/lang/en",
"vxe-table/lib/locale/lang/zh-CN", "vxe-table/lib/locale/lang/zh-CN",
"vxe-table/lib/locale/lang/en-US" "vxe-table/lib/locale/lang/en-US"
] ],
exclude: ["@zougt/vite-plugin-theme-preprocessor/dist/browser-utils"]
}, },
build: { build: {
// @ts-ignore // @ts-ignore