We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ee1f9 commit aa729baCopy full SHA for aa729ba
.babelrc
@@ -5,6 +5,7 @@
5
"env": {
6
"development": {
7
"plugins": [
8
+ "add-module-exports",
9
"ramda",
10
"transform-object-rest-spread",
11
"syntax-flow",
@@ -15,6 +16,7 @@
15
16
},
17
"production": {
18
19
20
21
22
package.json
@@ -25,6 +25,7 @@
25
26
"devDependencies": {
27
"babel-cli": "^6.11.4",
28
+ "babel-plugin-add-module-exports": "^0.2.1",
29
"babel-plugin-istanbul": "^1.0.3",
30
"babel-plugin-ramda": "^1.1.5",
31
"babel-plugin-syntax-flow": "^6.13.0",
0 commit comments