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 b5707bf commit 8e85a5cCopy full SHA for 8e85a5c
.babelrc
@@ -1,3 +1,6 @@
1
{
2
- "presets": ["es2015", "stage-0"]
+ "presets": ["es2015", "stage-0"],
3
+ "plugins": [
4
+ "add-module-exports"
5
+ ]
6
}
package.json
@@ -28,9 +28,10 @@
28
"license": "MIT",
29
"devDependencies": {
30
"babel": "^6.1.18",
31
+ "babel-cli": "^6.2.0",
32
"babel-core": "^6.2.1",
33
"babel-eslint": "^5.0.0-beta4",
- "babel-cli": "^6.2.0",
34
+ "babel-plugin-add-module-exports": "^0.1.1",
35
"babel-preset-es2015": "^6.1.18",
36
"babel-preset-stage-0": "^6.1.18",
37
"chai": "^3.2.0",
0 commit comments