Skip to content

Commit 03c33bc

Browse files
committed
chore(fix): fix build error
1 parent 279dc8d commit 03c33bc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

angular.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,11 @@
6767
"budgets": [
6868
{
6969
"type": "initial",
70-
"maximumWarning": "500kb",
71-
"maximumError": "1mb"
70+
"maximumWarning": "2mb"
7271
},
7372
{
7473
"type": "anyComponentStyle",
75-
"maximumWarning": "2kb",
76-
"maximumError": "4kb"
74+
"maximumWarning": "4kb"
7775
}
7876
],
7977
"outputHashing": "all"

0 commit comments

Comments
 (0)