diff --git a/.babelrc b/.babelrc index 108e867669856359d09c07b849e6048dc58b292b..40989d2fc5a75c39dbb00da9b3243b371d13bf6b 100644 --- a/.babelrc +++ b/.babelrc @@ -1,6 +1,9 @@ { "presets": [["latest", { "es2015": { "modules": false } }], "stage-2"], "env": { + "development": { + "plugins": ["rewire"] + }, "coverage": { "plugins": [ [