Increased package budgets so that the compile would not fail.

This commit is contained in:
Amritanshu Agrawal 2020-10-10 08:51:51 +05:30
parent 5ea09df272
commit b150f08b6c
1 changed files with 2 additions and 2 deletions

View File

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