From b1f8e89227056c1bb2499af3b2c8531048c86787 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 21 Apr 2016 09:35:14 +0200 Subject: [PATCH] Add entry name to stylesheet * fixes contrast mode --- client/webpack.production.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/webpack.production.config.js b/client/webpack.production.config.js index 5445d667d..3b45e3990 100644 --- a/client/webpack.production.config.js +++ b/client/webpack.production.config.js @@ -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'],