Skip to content

Commit 068d720

Browse files
committed
Sets maximum budget
1 parent a275126 commit 068d720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"budgets": [
6060
{
6161
"type": "initial",
62-
"maximumWarning": "500kb",
63-
"maximumError": "1.5mb"
62+
"maximumWarning": "1.5mb",
63+
"maximumError": "1.75mb"
6464
},
6565
{
6666
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)