Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Fix incorrect export
Browse files Browse the repository at this point in the history
  • Loading branch information
Semigradsky committed May 15, 2017
1 parent dbfa0b3 commit e865603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Expand Up @@ -6,5 +6,8 @@
}
}]
],
"plugins": ["transform-object-rest-spread"]
"plugins": [
"transform-object-rest-spread",
"add-module-exports"
]
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -29,6 +29,7 @@
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1",
Expand Down

0 comments on commit e865603

Please sign in to comment.