removingTags not respected in loader config
fionawhim opened this issue · 3 comments
fionawhim commented
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?
sairion commented
Thanks for report, it seems like definitely a bug! I will patch it soon.
fionawhim commented
Cheers!