From 7a1e46d3a77a169e5c82fa29201359444d45329d Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 19 Jul 2018 21:00:27 -0500 Subject: [PATCH] make the linter happy --- lib/pipeline/webpackProcess.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pipeline/webpackProcess.js b/lib/pipeline/webpackProcess.js index e6b45f290..3307978c9 100644 --- a/lib/pipeline/webpackProcess.js +++ b/lib/pipeline/webpackProcess.js @@ -65,9 +65,9 @@ class WebpackProcess extends ProcessWrapper { root: fs.dappPath() } }), - new HardSourceWebpackPlugin.ExcludeModulePlugin([{ - test: /app[\\/]|contracts[\\/]/ - }]) + new HardSourceWebpackPlugin.ExcludeModulePlugin( + [{test: /app[\\/]|contracts[\\/]/}] + ) ] };