Open imhvost opened 9 months ago
Hello. Not sure how to remove unnecessary attributes? There is no documentation on the use of svgoConfig. I try like this:
svgoConfig
svgSprite: { // manipulate module options svgoConfig: { plugins: [ { name: 'removeAttrs', params: { attrs: ['fill', 'stroke', 'fill-opacity', 'opacity'], }, }, ], } }
But it doesn't seem to work.
Hello. Not sure how to remove unnecessary attributes? There is no documentation on the use of
svgoConfig
. I try like this:But it doesn't seem to work.