Merge branch 'main' into refactor/theme

This commit is contained in:
xiaoxian521
2021-11-07 13:32:38 +08:00
28 changed files with 640 additions and 700 deletions

View File

@@ -160,7 +160,8 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
sourcemap: false,
brotliSize: false,
// 消除打包大小超过500kb警告
chunkSizeWarningLimit: 2000
chunkSizeWarningLimit: 2000,
minify: false
},
define: {
__INTLIFY_PROD_DEVTOOLS__: false