-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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-beta.17] HMR bundle has errors: exports is not allowed in EcmaScript module #766
Comments
It looks this warning was added on Actually, it seems this is a bug of webpack since these modules ( |
This is it. webpack/webpack#3917 |
Anyway, I don't think |
@nkzawa what's our plan for this? |
I think we don't have to revert since |
@Zaiban FYI: You need to the normal version |
Actually I'm already using the normal lodash. Maybe this comes from a dependency? Need to do some digging. |
Well grepping for lodash-es reveals that redux-form, react-redux and babel-plugin-lodash all have lodash-es as a dependency. Tried to disable the babel plugin already but no effect. And getting rid of redux-form and react-redux is not really a valid option at this point :/ |
@Zaiban That's a valid question. EDIT: Anyway, I assume webpack will actually fix this issue. |
@nkzawa about the They use it with the So, it only picks by webpack. For node, it still uses the |
Updated webpack da83958 |
Got the following error after updating to beta 17:
Any clue to what might cause this?
The text was updated successfully, but these errors were encountered: