This is an example integrating with extract-text-webpack-plugin and optimize-css-assets-webpack-plugin
$ npm install
$ npm run build
The configurations are not anything special. Following the instructions in webpack/extract-text-webpack-plugin and optimize-css-assets-webpack-plugin will yield similar working results.
build folder will have a minified application.css file.