webpack-contrib/svg-inline-loader

removingTags not respected in loader config

fionawhim opened this issue · 3 comments

It seems that specifying 'removingTags' in the loader config in my webpack.config.js file is having no effect. Looking at the code, it appears that the isRemovingTag function only looks at defaultConfig and not any passed-in config.

Is that intentional or a bug?

Thanks for report, it seems like definitely a bug! I will patch it soon.

Fixed by 94483a4 and 0.4.1 is published.

Cheers!