bundle size

This commit is contained in:
Bastian Wagner
2024-09-13 21:29:41 +02:00
parent b4a5f04505
commit d552bd0c09
8 changed files with 49 additions and 10 deletions

View File

@@ -44,13 +44,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "5000kB",
"maximumError": "10MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "20kB",
"maximumError": "40kB"
}
],
"outputHashing": "all"