Increase build budget to prevent warning

This commit is contained in:
Sean Engelhardt 2019-07-08 12:56:04 +02:00
parent f301e9c5af
commit 6c4ff4fb52
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
"maximumWarning": "5mb",
"maximumError": "10mb"
}
]
}