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": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kB", "maximumWarning": "600kB",
"maximumError": "1MB" "maximumError": "1.2MB"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "4kB", "maximumWarning": "10kB",
"maximumError": "8kB" "maximumError": "14kB"
} }
] ]
}, },