From 412a7554c7fd30f8d42b060ae9f7a74868eabfb9 Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Wed, 18 Aug 2021 17:15:06 +0100 Subject: [PATCH] Remove commented out code --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index c0ae8fde28..fa5ad87d7d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -558,8 +558,6 @@ module.exports = (env, argv) => { // Only output errors, warnings, or new compilations. // This hides the massive list of modules. stats: 'minimal', - // hot: false, - // injectHot: false, hotOnly: true, inline: true, },