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

[2.0-beta12] Some dependencies not processed correctly by webpack #641

Closed

Comments

@mattapperson
Copy link

When installing a dependency of react-redux-firebase, web pack is requiring files based on the deps module field rather then the main field. This results in a compile error due to pulling in es6/es7 code without compile as module field points to code not processed by babel, and main points to babel processed code.
I mention this because in v 1.x.x of next.js this dep works just fine.

@arunoda
Copy link
Contributor

arunoda commented Jan 3, 2017

It's great, if we can have a way to reproduce this issue.

@mattapperson
Copy link
Author

@arunoda np, ill post an example repo this evening EST (remodeling my new house this afternoon 😊)

@timneutkens
Copy link
Member

@mattapperson closing this issue for now. Feel free to re-open when you push the example repo ❤️

@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.