Skip to content

Commit

Permalink
Merge pull request #35 from joematthews/chore/34-update-initial-build…
Browse files Browse the repository at this point in the history
…-size

chore(angular.json): update initial build budget size
  • Loading branch information
joematthews authored Mar 24, 2024
2 parents 062a1c3 + ed801b5 commit 59cb0b1
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 @@ -37,8 +37,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "1.5mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 59cb0b1

Please sign in to comment.