build: prevent mangling (minifying classes and functions names) on build

This commit is contained in:
2026-01-31 22:30:56 -03:00
parent 2e6d0c1f0a
commit 9a3dd87896
2 changed files with 3 additions and 2 deletions

View File

@@ -48,8 +48,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2MB",
"maximumError": "4MB"
},
{
"type": "anyComponentStyle",