diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc index 37cdb1c20..716f88775 100644 --- a/.babelrc +++ b/.babelrc @@ -5,6 +5,7 @@ "env", { "loose": true, + "modules": false, "targets": { "browsers": ["last 2 versions", "IE >= 11", "iOS >= 9"] } @@ -33,6 +34,11 @@ "plugins": [ "lodash" ] + }, + "test": { + "plugins": [ + "transform-es2015-modules-commonjs" + ] } } } |