webpack css not shoud be empty

JavaScript
//remove this in your webpack config

new webpack.optimize.AggressiveSplittingPlugin()
new webpack.optimize.OccurrenceOrderPlugin()
Source

Also in JavaScript: