Skip to content

Commit

Permalink
increase the budget for the initial bundle (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas authored Dec 12, 2024
1 parent 1b4a3bf commit 6d0090c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/wfprev-war/src/main/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "15mb",
"maximumError": "30mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 6d0090c

Please sign in to comment.