-
Notifications
You must be signed in to change notification settings - Fork 273
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
Fails with webpack 5: Cannot find module 'webpack/lib/RuleSet' #413
Comments
Hello! Any fix for this issue? |
Please merge this pull request #403 |
i became to use @svgr/webpack |
@Krasnopir I need runtime sprite injection (https://github.com/JetBrains/svg-sprite-loader#runtime-configuration) |
@DiFuks I agree. Not suitable for all cases. For some projects, it is impossible migrate, so those projects stay on 4 webpack. But this is a good alternative for that projects where you can use embed svg instead of a sprite. |
@Krasnopir Thanks for the answer. I am working with a legacy project. So I will wait for a new version of the svg-sprite-loader) |
Hi, any update? |
Duplicate of #359. |
Found a workaround without forking or publishing packages. |
@izaika @DanielOrtel @beautyfree You don't think this is a duplicate? |
Fixed in /cc @d3x42. |
(Note to everyone following this thread that 5.1.1 hasn't been released yet, for reasons outline here: #403 (comment)) |
Should be fine now (v5.1.1 published) |
npm i -D webpack solved it for me |
I am facing a problem with webpack 5.
I have the following settings:
and getting the next error:
Loader not ready for webpack 5 yet?
The text was updated successfully, but these errors were encountered: