This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Should react-redux be a peer dependency? #202
Comments
Yes, I am also experienced this issue when updating my react-engine version. Seems like even when the dependency is imported conditionally, webpack is trying to import it and it fails because of it. I wouldn't mind to install the dependency, however some projects don't use redux at all so this solution is not optimal for everyone. Perhaps is just a matter to change something in my webpack configuration, ideas? |
I believe this will likely solve the issue: http://remarkablemark.org/blog/2017/02/25/webpack-ignore-module/ |
I have this issue with Browserify. |
@aneeshvaidya Using webpack.IgnorePlugin worked for us. Thanks! |
Same error with latest version of react-engine.
@aneeshvaidya Ignoring module works in this case. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently upgraded to react-engine 4.4.0, and now I'm seeing an error in my build script where react-redux is not found, due to the redux support addition.
The text was updated successfully, but these errors were encountered: