Skip to content

Commit

Permalink
fix: increase maximum error budgets to make the build runnable again
Browse files Browse the repository at this point in the history
  • Loading branch information
tkubica-edu committed Aug 5, 2024
1 parent fa24711 commit d63e204
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 @@ -63,7 +63,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "2500kb"
"maximumError": "3000kb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -207,7 +207,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "2500kb"
"maximumError": "3000kb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit d63e204

Please sign in to comment.