Add entry name to stylesheet

* fixes contrast mode
This commit is contained in:
David Kaltschmidt
2016-04-21 09:35:14 +02:00
parent 8c5638edb2
commit b1f8e89227

View File

@@ -91,7 +91,7 @@ module.exports = {
warnings: false
}
}),
new ExtractTextPlugin('style.css'),
new ExtractTextPlugin('style-[name].css'),
new HtmlWebpackPlugin({
hash: true,
chunks: ['vendors', 'contrast-app'],