Skip to content

Commit

Permalink
Increase budget limitations for the size of the distribution build
Browse files Browse the repository at this point in the history
  • Loading branch information
earrietadev committed Jun 24, 2024
1 parent 7f29d2b commit 0a9eacb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "3mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -139,8 +139,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "3mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -185,8 +185,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "3mb",
"maximumError": "5mb"
"maximumWarning": "6mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 0a9eacb

Please sign in to comment.