We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0d673 commit 85ed5f2Copy full SHA for 85ed5f2
.babelrc
@@ -0,0 +1,4 @@
1
+{
2
+ "presets": ["es2015"],
3
+ "plugins": ["transform-es2015-modules-commonjs"]
4
+}
package.json
@@ -32,6 +32,9 @@
32
"rule"
33
],
34
"devDependencies": {
35
+ "babel-cli": "^6.1.18",
36
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.1.20",
37
+ "babel-preset-es2015": "^6.1.18",
38
"espower-babel": "^3.3.0",
39
"mocha": "^2.3.3",
40
"power-assert": "^1.1.0",
0 commit comments