-
Notifications
You must be signed in to change notification settings - Fork 224
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
Comments
Same here |
Yes, I have the same fix locally. |
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. |
@tsaiDavid, would you add/choose some contributors to the project? |
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. |
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. |
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 |
The text was updated successfully, but these errors were encountered: