Budgets change cause of frontend build js script size
This commit is contained in:
parent
2a5bf74e0e
commit
fa14a1c149
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@
|
||||||
"budgets": [
|
"budgets": [
|
||||||
{
|
{
|
||||||
"type": "initial",
|
"type": "initial",
|
||||||
"maximumWarning": "500kb",
|
"maximumWarning": "1mb",
|
||||||
"maximumError": "1mb"
|
"maximumError": "2mb"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
|
|
|
||||||
Reference in a new issue