Skip to content

Commit a7b9405

Browse files
committed
increase maximum error size for component style validation
1 parent 6250512 commit a7b9405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
{
7575
"type": "anyComponentStyle",
7676
"maximumWarning": "6kb",
77-
"maximumError": "10kb"
77+
"maximumError": "20kb"
7878
}
7979
]
8080
},

0 commit comments

Comments
 (0)