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

View File

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