[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": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "3mb"
"maximumWarning": "4mb",
"maximumError": "4mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "8kb"
}
],
"fileReplacements": [