fix: Erhöhte Grenzwerte für maximale Warnung und Fehlergröße in Angular-Konfiguration

This commit is contained in:
Developer 02 2024-07-22 18:22:51 +02:00
parent 2212ebfc45
commit 482a78207e

View File

@ -46,8 +46,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",