Skip to content

Commit

Permalink
chore(ui): restore angular asset size
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Jul 5, 2024
1 parent 20d5631 commit d90ae04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions springwolf-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "6kb",
"maximumError": "10kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit d90ae04

Please sign in to comment.