Skip to content

Commit

Permalink
Merge pull request #1214 from IgniteUI/nalipiev/update-budget
Browse files Browse the repository at this point in the history
chore(ng): update budget
  • Loading branch information
Lipata authored Feb 29, 2024
2 parents 5621936 + 85467a6 commit 2100af3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "5mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "6kb",
"maximumError": "2mb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 2100af3

Please sign in to comment.