Skip to content

Commit 080b678

Browse files
committed
fix: increase maximum error size for component styles from 4kb to 14kb
1 parent b2c0905 commit 080b678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
{
6060
"type": "anyComponentStyle",
6161
"maximumWarning": "2kb",
62-
"maximumError": "4kb"
62+
"maximumError": "14kb"
6363
}
6464
],
6565
"outputHashing": "all"

0 commit comments

Comments
 (0)