Use all the magic of postcss for stylesheets with webpack.
Install:
npm install --save webpack-config-postcss
Add to your webpack.config.babel.js
:
import postcss from `webpack-config-postcss`;
postcss()({
/* existing webpack configuration */
})