Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 4c3a10c

Browse files
committed
Fix incorrect export (#69)
1 parent d4c1e10 commit 4c3a10c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"node": 4
66
}
77
}]
8+
],
9+
"plugins": [
10+
"add-module-exports"
811
]
912
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"babel-cli": "^6.24.1",
26+
"babel-plugin-add-module-exports": "^0.2.1",
2627
"babel-preset-env": "^1.4.0",
2728
"babel-register": "^6.24.1",
2829
"eslint": "^3.19.0",

0 commit comments

Comments
 (0)