We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3506ce5 commit 76c1ed2Copy full SHA for 76c1ed2
1 file changed
package.json
@@ -30,6 +30,7 @@
30
"devDependencies": {
31
"babel-cli": "^6.5.2",
32
"babel-core": "^6.5.2",
33
+ "babel-plugin-add-module-exports": "^0.2.1",
34
"babel-preset-es2015": "^6.3.13",
35
"chokidar": "^1.2.0",
36
"mocha": "^3.0.2",
@@ -42,6 +43,9 @@
42
43
"babel": {
44
"presets": [
45
"es2015"
46
+ ],
47
+ "plugins": [
48
+ "add-module-exports"
49
]
50
}
51
0 commit comments