Klathmon / imagemin-webpack-plugin

Plugin to compress images with imagemin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this work with svg-sprite-loader

RehanSaeed opened this issue · comments

I'm looking into how to use SVG sprites with Webpack using svg-sprite-loader. Would this plugin work alongside it? Would it minify SVG's before being placed in the sprite?

I don't know why I never got notified of this issue...
It actually looks like it won't work with that loaders, since it creates a JavaScript file and not an svg file.

If you need each svg minified before it's made into the sprite, image-webpack-loader will probably be your best bet!