Skip to content

Commit 76c1ed2

Browse files
committed
restored babel 5 exports
1 parent 3506ce5 commit 76c1ed2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"devDependencies": {
3131
"babel-cli": "^6.5.2",
3232
"babel-core": "^6.5.2",
33+
"babel-plugin-add-module-exports": "^0.2.1",
3334
"babel-preset-es2015": "^6.3.13",
3435
"chokidar": "^1.2.0",
3536
"mocha": "^3.0.2",
@@ -42,6 +43,9 @@
4243
"babel": {
4344
"presets": [
4445
"es2015"
46+
],
47+
"plugins": [
48+
"add-module-exports"
4549
]
4650
}
4751
}

0 commit comments

Comments
 (0)