-
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
Webpack 5! Is svg-sprite-loader compatible with Webpack 5? #479
Comments
Here #470 I posted diff that also adds webpack@5 support. |
Hi @chrisands. Thanks. I will check it out. |
This needs to be added to the documentation. I searched for this solution almost an entire day. Is it a webpack or a loader specific config? In my case, i was doing a
|
Webpack 5! Is svg-sprite-loader compatible with Webpack 5?
I update my application from 4 to 5 webpack and seems sprite stop working properly.
svg-sprite-loader is not generated symbol anymore, instead I got this data
data:image/svg+xml;base64
Current behavior
I receive this as output:
Expected behavior
With webpack 4 I have this:
This is a part of my webpack config
environment:
I tried many cases and config changes...but with no success. I don't know even to what I should pay attention, because there are no visible errors while building the app.
also there is no info in readme regarding webpack5.
I would really appreciate any help. Thanks.
The text was updated successfully, but these errors were encountered: