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'],