I\'m looking to compile my CSS with PostCSS via Webpack. I can compile it manually already using PostCSS CLI with the following:
postcss src/*.css -d dist/css