Skip to content

Commit

Permalink
fix: add babel-plugin-add-module-exports for default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Rodionov committed Dec 7, 2015
1 parent b304e64 commit 0b34fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": ["es2015", "react", "stage-0"],
"plugins": ["add-module-exports"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-logger",
"version": "2.1.2",
"version": "2.1.3",
"description": "Logger for redux",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -40,6 +40,7 @@
"babel-cli": "6.3.13",
"babel-core": "6.3.13",
"babel-loader": "6.2.0",
"babel-plugin-add-module-exports": "0.1.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
Expand Down

0 comments on commit 0b34fb9

Please sign in to comment.