-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Mis-leading documentation #847
Comments
It looks like you want to use the "webpack 2" one, but omit the "cheerio" line. If that works, then a PR to update the readme would be very appreciated :-) |
Having problems with this setting. Getting the following errors on this repo (when running https://github.com/joetidee/erl-example Errors:
|
Have you installed |
yes and |
@joetidee is everything in your package.json that starts with "react-" set to the same version range? If not, what's your |
Yes, looks that way. Here is the package.json:
|
If |
I can confirm that adding as for @joetidee 's specific issue, I was able to solve them by
|
@ljharb But why do |
I'm going to close this; I'm not sure what there is to do here. Happy to reopen if someone can provide a clear description of what needs changing; please feel free to file a new issue as well. |
I am using Webpack 2 and React 15.x in my application. Your documentation gives two different configurations for
externals
:https://github.com/airbnb/enzyme/blob/master/docs/guides/webpack.md
So which one do i use?
The text was updated successfully, but these errors were encountered: