-
Notifications
You must be signed in to change notification settings - Fork 272
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
"Compiling RuleSet failed: Properties generator are unknown" error #428
Comments
shameleo
added a commit
to shameleo/svg-sprite-loader
that referenced
this issue
Jan 23, 2021
Is this fixed yet? |
Any news on this bug? I'm still getting it with the latest versions of webpack and svg-sprite-loader 😢 |
Bump! |
When will #454 be available in a new version or when will there be a new version? i need these changes urgently. |
Running on 6.0.7 and still getting this issue. Has the fix been released? (I can't find it inside the 6.0.7 version comparison with 5.*) |
@ekasprzyk Please try 6.0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature, report a bug or ask a question?
Bug
What is the current behavior?
When I use webpack 5 Asset Modules feature and
svg-sprite-loader
at the same time I get error mentioned in title.If the current behavior is a bug, please provide the steps to reproduce, at least part of webpack config with loader configuration and piece of your code.
Please tell us about your environment:
Other information
Related issue: vuejs/vue-loader#1729
Fix is really simple:
/lib/utils/get-matched-rule-5.js
It worked for me. Anyway, I have no idea, what I'm doing (why loader depends on options which are not even related to it?), so I'd like not to create PR and let you to fix it consciousnessly.
The text was updated successfully, but these errors were encountered: