[webapp]提高打包体积限制

This commit is contained in:
tomsun28
2022-01-31 08:38:06 +08:00
parent dfde07f31b
commit 53195a0a4f

View File

@@ -84,13 +84,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "2mb", "maximumWarning": "4mb",
"maximumError": "3mb" "maximumError": "4mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb", "maximumWarning": "2kb",
"maximumError": "4kb" "maximumError": "8kb"
} }
], ],
"fileReplacements": [ "fileReplacements": [