Skip to content

Commit

Permalink
+ angular.json budgets
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCodesUFG committed Jan 29, 2025
1 parent 5676d6b commit 84cca2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2mb",
"maximumError": "8mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "2mb",
"maximumError": "8mb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 84cca2e

Please sign in to comment.