dev #45

Merged
JoeKung merged 7 commits from dev into main 2026-03-13 16:36:42 +01:00
Showing only changes of commit 7e9a1482d6 - Show all commits

View File

@@ -61,13 +61,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "600kB",
"maximumError": "1.2MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
"maximumWarning": "10kB",
"maximumError": "14kB"
}
]
},