summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 8cf07b73420..108e8676698 100644
--- a/.babelrc
+++ b/.babelrc
@@ -14,7 +14,8 @@
{
"process.env.BABEL_ENV": "coverage"
}
- ]
+ ],
+ "rewire"
]
}
}