feat: increase maximum size limits for component styles in angular.json
Some checks failed
/ build-push (push) Failing after 8m49s

This commit is contained in:
2026-01-02 20:14:12 -05:00
parent f7101a4eee
commit a4ad87bbaf

View File

@@ -67,8 +67,8 @@
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "10kb", "maximumWarning": "120kb",
"maximumError": "12kb" "maximumError": "120kb"
} }
] ]
} }