Skip to content

Commit

Permalink
Adjust build budgets
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Mar 8, 2024
1 parent f6c8215 commit 179ddc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1500kb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 179ddc7

Please sign in to comment.