Skip to content

Commit

Permalink
fix: bundle initial exceeded maximum budget
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash7824 committed Aug 31, 2024
1 parent b7f2c94 commit 03f50ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "1.2mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 03f50ef

Please sign in to comment.