build: increased build budgets

This commit is contained in:
2025-01-31 14:14:39 +01:00
parent 08c107fc89
commit 028749695c

View File

@ -41,13 +41,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "5MB",
"maximumError": "10MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
"maximumWarning": "10kB",
"maximumError": "20kB"
}
],
"outputHashing": "all"