vouchher style components exceeded 4kb

This commit is contained in:
2026-09-03 19:00:18 +00:00
parent 173e22974e
commit 574ef45920
+3 -3
View File
@@ -41,13 +41,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1500kb"
"maximumWarning": "1000kb",
"maximumError": "2000kb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "5kb"
}
],
"outputHashing": "all"