update for prod deployment

This commit is contained in:
guams 2025-06-18 10:10:27 +02:00
parent 15655a6a25
commit 8771bbd9ca

View File

@ -38,13 +38,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2MB",
"maximumError": "3MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "100kB",
"maximumError": "200kB"
}
],
"outputHashing": "all"