Skip to content

Commit

Permalink
Update angular.json
Browse files Browse the repository at this point in the history
Increase bundle budget to prevent build fail
  • Loading branch information
LanceMcCarthy committed Jun 8, 2023
1 parent f5b9d2e commit 37ef235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Kendo/angular_demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "1mb",
"maximumError": "2mb"
"maximumWarning": "4mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "4kb",
"maximumError": "5kb"
}
],
"fileReplacements": [
Expand Down

0 comments on commit 37ef235

Please sign in to comment.