We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No warning to show when using webpack 3.4.
Showing warning.
Run yarn install when webpack version is set to 3.4.1.
yarn install
Maybe the peerDependency should be updated to the following?
"webpack": ">= 2.2.0 < 3 || 3.x"
The text was updated successfully, but these errors were encountered:
@alansouzati the peer dep works as expected using npm. perhaps this is another yarn bug?
npm
yarn
Sorry, something went wrong.
thanks for the quick answer here. Let me try npm install, I will follow up with yarn on this.
npm install
I would expect the caret to allow for 3.4. So I agree with you this sounds like a yarn bug.
No branches or pull requests
Expected Behavior
No warning to show when using webpack 3.4.
Actual Behavior
Showing warning.
For Bugs; How can we reproduce the behavior?
Run
yarn install
when webpack version is set to 3.4.1.Maybe the peerDependency should be updated to the following?
The text was updated successfully, but these errors were encountered: