Commit d4965b09 authored by Romain DELEAU's avatar Romain DELEAU

increase budget to 5mb + analytics: false

parent 00e45d3c
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "100kb",
"maximumError": "1mb" "maximumError": "5mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
...@@ -105,5 +105,8 @@ ...@@ -105,5 +105,8 @@
} }
} }
} }
},
"cli": {
"analytics": false
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment