From 2348c3cdc1cd417c71eb00e00c467b8e40abaea8 Mon Sep 17 00:00:00 2001 From: EECOLOR Date: Wed, 1 Aug 2018 10:44:39 +0200 Subject: [PATCH] Formatting - move arguments to the same line --- lib/HotModuleReplacementPlugin.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/HotModuleReplacementPlugin.js b/lib/HotModuleReplacementPlugin.js index 7f723d60b7b..365a2443a72 100644 --- a/lib/HotModuleReplacementPlugin.js +++ b/lib/HotModuleReplacementPlugin.js @@ -285,10 +285,7 @@ module.exports = class HotModuleReplacementPlugin { compilation.assets[filename] = source; hotUpdateMainContent.c[chunkId] = true; currentChunk.files.push(filename); - compilation.hooks.chunkAsset.call( - currentChunk, - filename - ); + compilation.hooks.chunkAsset.call(currentChunk, filename); } } else { hotUpdateMainContent.c[chunkId] = false;