Skip to content

Commit cf48c23

Browse files
chore: raise bundle limits
1 parent 6f7b475 commit cf48c23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"budgets": [
3434
{
3535
"type": "initial",
36-
"maximumWarning": "500kB",
37-
"maximumError": "1MB"
36+
"maximumWarning": "750kB",
37+
"maximumError": "1.5MB"
3838
},
3939
{
4040
"type": "anyComponentStyle",
41-
"maximumWarning": "4kB",
42-
"maximumError": "8kB"
41+
"maximumWarning": "5kB",
42+
"maximumError": "10kB"
4343
}
4444
],
4545
"outputHashing": "all"

0 commit comments

Comments
 (0)