Skip to content

Commit

Permalink
Feat⚙️Add maximumError
Browse files Browse the repository at this point in the history
  • Loading branch information
VlV-515 committed Jul 2, 2023
1 parent 031518e commit fbe608d
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 @@ -43,8 +43,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit fbe608d

Please sign in to comment.