Skip to content

Commit

Permalink
Update budget size
Browse files Browse the repository at this point in the history
  • Loading branch information
liguori committed Nov 24, 2023
1 parent a1f9fcc commit 6916d20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Organizer.SPA/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2mb",
"maximumError": "3mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "4kb",
"maximumError": "8kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 6916d20

Please sign in to comment.