MOBILE-3876 ng: Reduce bundle size budgets

This commit is contained in:
Noel De Martin 2021-09-23 17:33:10 +02:00
parent 3db470c0a4
commit e635d809da

View File

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