Skip to content

Commit

Permalink
Update angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina authored May 14, 2024
1 parent 41bc982 commit 3584c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "2mb"
"maximumWarning": "4mb",
"maximumError": "4mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2mb",
"maximumError": "2mb"
"maximumWarning": "4mb",
"maximumError": "4mb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 3584c23

Please sign in to comment.