MoOx / postcss-cssnext

`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.
https://moox.io/blog/deprecating-cssnext/
MIT License
5.3k stars 189 forks source link

[FEATURE] Include postcss-reporter to enable warning filtering #422

Closed dotnetCarpenter closed 7 years ago

dotnetCarpenter commented 7 years ago

Due to some plugins emitting a high volume of warnings, the CLI output can be completely useless.

Would it be possible to include postcss-reporter so that we have an option to silence some warnings?

More background info can be found here: https://github.com/robwierzbowski/node-pixrem/issues/60

MoOx commented 7 years ago

Why not just using postcss-reporter after cssnext? I don't see why cssnext should handle this.

dotnetCarpenter commented 7 years ago

I'm using cssnext because it's bundled with nuxt and since a lot of people are using cssnext in some bundle or another, it would just be nice if postcss-reporter came in the package. If we instead have to set it up manually, I think it won't be done in most teams.

MoOx commented 7 years ago

I really don't think it's a good idea to put this directly in cssnext as it's really not its responsibility. You should ask nuxt to handle that.

dotnetCarpenter commented 7 years ago

@MoOx I gotcha.