Closed StijnMaenhaut closed 4 years ago
This is still a thing in 2020
This happens when some loaders applied after svg-sprite-loader in extract mode. @StijnMaenhaut @infabo what loaders used in your projects after svg-sprite-loader. If it's inconvenient I can remove this warning.
I guess it is the image-webpack-loader thats running after. So the warning is there for a reason. But as @StijnMaenhaut already stated, priority/order of loaders cant be changed in webpack encore. So it may be a thing to fix in encore instead.
So I closing this issue?
Yes, you can close the issue. Needs to be fixed in Webpack Encore.
When using this loader in Webpack Encore, the following error appears:
Reference
Within Webpack Encore, only the priority/order of plugins can be changed, not the priority of loaders. The build succeeds, but keeps throwing this warning on every compile. I searched a lot on this topic, but couldn't find any working solutions (including disabling the images loader).
Can you help me out?