Update for private function and bundle size

This commit is contained in:
2026-01-24 11:21:35 -05:00
parent d698dddfe7
commit a303c4c03e
3 changed files with 9 additions and 5 deletions

View File

@@ -37,13 +37,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "100kb",
"maximumError": "400kb"
"maximumWarning": "200kb",
"maximumError": "500kb"
}
],
"outputHashing": "all"