diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000000000000000000000000000000000000..7521eb073cf5f1559c71f275079a8100e2d48e58 --- /dev/null +++ b/.babelrc @@ -0,0 +1,7 @@ +{ + "env": { + "test": { + "plugins": ["@babel/plugin-transform-modules-commonjs"] + } + } +}