fix: build issues

This commit is contained in:
2026-05-12 17:33:03 +02:00
parent bd7ec581e3
commit 36d72fd6cd
+4 -4
View File
@@ -47,13 +47,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "1MB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "12kB",
"maximumError": "20kB"
"maximumWarning": "1MB",
"maximumError": "5MB"
}
],
"outputHashing": "all"