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 9302447 commit d363653Copy full SHA for d363653
.babelrc
@@ -1,4 +1,7 @@
1
{
2
- "plugins": ["transform-object-rest-spread"],
+ "plugins": [
3
+ "transform-object-rest-spread",
4
+ "transform-es2015-modules-commonjs"
5
+ ],
6
"presets": ["es2015"]
7
}
package.json
@@ -35,6 +35,7 @@
35
"babel-core": "^6.24.1",
36
"babel-jest": "^20.0.1",
37
"babel-loader": "^7.0.0",
38
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
39
"babel-plugin-transform-object-rest-spread": "^6.23.0",
40
"babel-preset-es2015": "^6.24.1",
41
"codecov": "^2.2.0",
0 commit comments