mrsum / webpack-svgstore-plugin

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

Optional defs splitting #188

Closed FricoRico closed 2 years ago

FricoRico commented 3 years ago

By default this package splits all <defs/> from an SVG file into the global SVG sprite sheet.

Firefox is having trouble with SVG filters when they are not contained within the used symbol. Therefore I would like to have an option to disable this behaviour.