-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Update webpack peerDependencies for [email protected] #408
Comments
|
I thought that
Maybe an issue with the I will try a fresh install to see what happens. |
I tried it here and it works correctly. You also have webpack as dependency in your project? |
Yeh, sorry it's my bad. I have a package within the main project which includes webpack but resolves loaders from I can add The problem I have is that I would much rather have it (webpack) resolved by the dependency :( Closing as not an issue. |
It might have been this problem in yarn, which is fixed in 0.22 |
@danez - thanks for the heads up. But sadly I think not, I had a structure like this:
But the project was depending upon
I really wanted the In the end I added Thanks for your help & sorry to bother with a non-issue ;) |
@danez, ok this is really giving me some headaches now :( I think the problem comes down to the fact that Would you consider completely removing the I think people using |
Webpack Version:
2.2.1
Babel Core Version:
6.22.1
Babel Loader Version:
6.3.2
Please tell us about your environment:
Linux
Current behavior:
Emits a warning on unmet peer dependency upon installation with
yarn
using[email protected]
.Expected/desired behavior:
No warning.
It's an easy fix - I can submit a PR if you are interested. Note that
[email protected]
was released a month ago.I think this would do it:
Maybe even remove support for
2.1.0-beta
now?The text was updated successfully, but these errors were encountered: