Increased package budgets so that the compile would not fail.

This commit is contained in:
2020-10-10 08:51:51 +05:30
parent 5ea09df272
commit b150f08b6c

View File

@ -52,8 +52,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "1mb",
"maximumError": "1mb" "maximumError": "2mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",