Skip to content

Commit

Permalink
chore: adjusts bundle sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed May 20, 2024
1 parent 29ce244 commit ec5c8de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "5kb",
"maximumError": "10kb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit ec5c8de

Please sign in to comment.