Skip to content

Commit

Permalink
Bump the size budgets
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 30, 2023
1 parent 165ebc1 commit 6f19bfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "4mb",
"maximumError": "8mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "8kb",
"maximumError": "16kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 6f19bfb

Please sign in to comment.