-
Notifications
You must be signed in to change notification settings - Fork 46
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
Compile npm package to ES5 #5
Comments
Hey @MarttiR! Looking at that, it seems your build is grabbing |
Feel free to re-open if this is still an issue, but I'll close this for now. |
Now that I had some more time to dig around: it seems that the reason for this error is that the So yeah, this is still an issue. See facebook/create-react-app#3889 for more. |
Cool, makes sense. |
@MarttiR thanks again. I've published a new version It's now built using microbundle and the |
Thanks a lot for this! I've used redux-bundler for the past few weeks and the developer experience has been fantastic compared to plain redux. It's awesome. You're awesome. Thank you. |
Possibly related, Bundler gives me the redux 'minified' warning in development - |
@greggb what you're seeing is a separate issue from what these folks were talking about. It's due to the fact that |
@greggb if you install latest |
Sorry for the mis-categorization @HenrikJoreteg - wanted to avoid opening a new issue if something already existed. That did the trick! Thanks very much for looking into it. Having a blast moving from sagas to bundler (especially now that I can see the actual errors 😄). |
@greggb sweet! Glad you're enjoying it :) Don't hesitate to file issues and send PRs though, if you have any trouble. |
The npm package should be compiled to ES5, because ES6 dependencies are not supported by create-react-app:
The text was updated successfully, but these errors were encountered: