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": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "1000kb",
"maximumError": "1500kb" "maximumError": "2000kb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb", "maximumWarning": "2kb",
"maximumError": "4kb" "maximumError": "5kb"
} }
], ],
"outputHashing": "all" "outputHashing": "all"