Merge pull request #4828 from tsiegleauq/larger-build-size

Increase build budget to prevent warning
This commit is contained in:
Emanuel Schütze 2019-07-08 13:19:18 +02:00 committed by GitHub
commit 68ab7e9a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
]
}