mrsum / webpack-svgstore-plugin

Simple svg-sprite creating with webpack
https://www.npmjs.com/package/webpack-svgstore-plugin
200 stars 92 forks source link

customize name to allow for multiple instances in one project #138

Closed deificx closed 6 years ago

deificx commented 7 years ago

If you want to import several sets with different svgoOptions there is currently no way to split them, this simple change leaves it up to the config of the plugin or falls back to svg as standard.

lgordey commented 6 years ago

You could split it with multiple plugin instances