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
Hi,
when using style-loader with Webpack 4 you get this warning:
style-loader
warning "style-loader > schema-utils@0.4.3" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0".
Could you please bump version of dependency schema-utils to ^0.4.5 in order to fix this issue?
schema-utils
^0.4.5
Thanks.
The text was updated successfully, but these errors were encountered:
Will do when I gave a few minutes, PR welcome :)
Sorry, something went wrong.
Fix Webpack 4 incorrent peer dependency webpack-contrib#307
6926dd2
See PR #308
No branches or pull requests
Hi,
when using
style-loader
with Webpack 4 you get this warning:warning "style-loader > schema-utils@0.4.3" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0".
Could you please bump version of dependency
schema-utils
to^0.4.5
in order to fix this issue?Thanks.
The text was updated successfully, but these errors were encountered: