Webpack CSS no debe estar vacío

//remove this in your webpack config

new webpack.optimize.AggressiveSplittingPlugin()
new webpack.optimize.OccurrenceOrderPlugin()
Restu Wahyu Saputra