summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 3a1b0d4..913eb6a 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,6 +1,5 @@
{
- "presets": ["es2015"],
-
+ "plugins": ["transform-es2015-modules-commonjs"],
"env": {
"test": {
"plugins": ["istanbul"]