Skip to content

Commit

Permalink
NXP-32713: increment budget size to 5mb (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 authored Jul 31, 2024
1 parent 7fa9770 commit f09450a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxeo-admin-console-web/angular-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1.5mb"
"maximumWarning": "5mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "5mb",
"maximumError": "5mb"
}
],
"outputHashing": "all",
Expand Down

0 comments on commit f09450a

Please sign in to comment.