webpack-contrib / purifycss-webpack

UNMAINTAINED, use https://github.com/FullHuman/purgecss-webpack-plugin
MIT License
772 stars 37 forks source link

Make sure {purifyOptions: { info: true} } works #76

Closed bebraw closed 7 years ago

bebraw commented 7 years ago

verbose flag overrides that but it should also work standalone.

johakr commented 7 years ago

Hi @bebraw, is this issue still valid?

As far as i see, if you pass {purifyOptions: { info: true} } it would always be passed down to purifycss as true, no matter verbose is set to true or false.

bebraw commented 7 years ago

Yeah. It's a specification problem. Let's skip and re-open if someone thinks otherwise.