fix: mobile bug

This commit is contained in:
张益铭
2021-03-30 11:55:31 +08:00
parent fd387fe5cd
commit 298ffd4b0f
7 changed files with 67 additions and 42 deletions

View File

@@ -59,7 +59,7 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
build: {
brotliSize: false,
// 消除打包大小超过500kb警告
chunkSizeWarningLimit: 800
chunkSizeWarningLimit: 2000
}
}
}