Skip to content

Commit

Permalink
Hotfix/angular budget (#1878)
Browse files Browse the repository at this point in the history
* increase angular budget

Signed-off-by: simvalery <[email protected]>

* increase angular budget for demo

Signed-off-by: simvalery <[email protected]>

---------

Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery authored Mar 6, 2023
1 parent 65d1a50 commit b0824f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"demo": {
"budgets": [
{
"maximumError": "10mb",
"maximumWarning": "5mb",
"maximumError": "30mb",
"maximumWarning": "15mb",
"type": "initial"
},
{
"maximumError": "10kb",
"maximumWarning": "5kb",
"maximumError": "30kb",
"maximumWarning": "15kb",
"type": "anyComponentStyle"
}
],
Expand Down

0 comments on commit b0824f5

Please sign in to comment.