Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module build failed: SyntaxError: Only one default export allowed per module. #27

Open
grigy opened this issue Aug 31, 2016 · 6 comments

Comments

@grigy
Copy link

grigy commented Aug 31, 2016

It looks like the App.js has two default exports.

ERROR in ./src/containers/App.js
Module build failed: SyntaxError: Only one default export allowed per module.

64 | */
65 |

66 | export default connect(
| ^
67 | mapStateToProps,
68 | mapDispatchToProps
69 | )(App);

@chuck0523
Copy link

Same here

@grigy
Copy link
Author

grigy commented Sep 1, 2016

Yes, I have the same fix locally.

@BlockChange
Copy link

BlockChange commented Sep 2, 2016

This is one of the best minimal boilerplates out there, it's a shame it hasn't been active for 7 months. Can the owners invite some people to collaborate, because the project is broken like it is now, and some pull requests would potentially fix this.

@juanlizarazo
Copy link

@tsaiDavid, would you add/choose some contributors to the project?
It is the best minimal boilerplate available now and it would be a shame to see it die due to lack of maintenance.

@TrySpace
Copy link

TrySpace commented Sep 5, 2016

I've forked this project here: https://github.com/TrySpace/simple-redux-boilerplate

I plan on contributing and maintaining pull requests, and adding as much contributors as possible.

And since the issues list is not that big, nor is the pull requests, I've made a few changes based on those in the fork already.

@seenickcode
Copy link

I'm new to these technologies and it's quite sad this is not working still as of Dec 2016. Please update the README and point to TrySpace's fork above. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants