Skip to content

Commit

Permalink
increase bundle budgets
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 24, 2024
1 parent 570524d commit 7c031a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2mb",
"maximumError": "2.5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "6kb",
"maximumError": "10kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 7c031a9

Please sign in to comment.