MOBILE-3876 ng: Reduce bundle size budgets

main
Noel De Martin 2021-09-23 17:33:10 +02:00
parent 3db470c0a4
commit e635d809da
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "50mb", "maximumWarning": "5mb",
"maximumError": "100mb" "maximumError": "20mb"
} }
] ]
}, },