-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Webpack 5 gives peer dependency warning #1504
Webpack 5 gives peer dependency warning #1504
Comments
looks like other plugins are warning about, e.g., |
ref Masterminds/semver#10 (comment) It seems reasonable that the plugin would warn when webpack has a prerelease tag. But you still may want to remove your space or use the double-pipe specification as in my prior comment. Thanks for the great plugin! |
Cool - can you please <create a pr? |
Please avoid adding |
Expected behaviour
Plugin should allow webpack 5 pre-releases peer dependency without warning
Current behaviour
Environment
Notes
I guess 5.0.0-beta.29 is indeed less than 6.0.0 but I wonder if the embedded spaces in your
peerDependencies
range specification is correct. Maybe we wantwebpack@>=4.0.0 <6.0.0
The text was updated successfully, but these errors were encountered: