Skip to content

Commit

Permalink
fix: increase max budget
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 17, 2024
1 parent 2404f29 commit e3e249f
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 @@ -47,8 +47,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2MB",
"maximumError": "2MB"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit e3e249f

Please sign in to comment.