[webapp]提高打包体积限制

This commit is contained in:
tomsun28
2022-01-31 08:38:06 +08:00
parent 13444f2b56
commit 9d2265e9d9

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": [