Skip to content

Commit

Permalink
fix: make default export work with CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 9, 2016
1 parent 31ee1f9 commit aa729ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"env": {
"development": {
"plugins": [
"add-module-exports",
"ramda",
"transform-object-rest-spread",
"syntax-flow",
Expand All @@ -15,6 +16,7 @@
},
"production": {
"plugins": [
"add-module-exports",
"ramda",
"transform-object-rest-spread",
"syntax-flow",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^1.0.3",
"babel-plugin-ramda": "^1.1.5",
"babel-plugin-syntax-flow": "^6.13.0",
Expand Down

0 comments on commit aa729ba

Please sign in to comment.