From 5a49fbd11fbc50ab9e3a9863220d96225b3c42e7 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Thu, 22 Feb 2018 17:30:14 +0000 Subject: [PATCH] Don't use the webpack cache with production builds. --- web/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/webpack.config.js b/web/webpack.config.js index b989a4cc0..84f8466ee 100644 --- a/web/webpack.config.js +++ b/web/webpack.config.js @@ -324,7 +324,6 @@ module.exports = { uglifyPlugin, optimizeAssetsPlugin, definePlugin, - hardSourceWebpackPlugin, sourceMapDevToolPlugin, ]: [ extractSass,