From e698bbc961ce9cdcf89e63bc1aea449a45e5f7b0 Mon Sep 17 00:00:00 2001 From: CHaBou Date: Wed, 30 Aug 2017 22:59:01 +0200 Subject: [PATCH] Reverted class names to as they were before (#2139) This fixes #2135 --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index b6c10394..6a64d138 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -35,7 +35,6 @@ module.exports = { NODE_ENV: JSON.stringify(nodeEnv) } }), - new webpack.optimize.ModuleConcatenationPlugin(), new Copy([ { from: './assets',