From 712fefe2d162015ca9ef17e341130ab3a238de3d 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 e6b45f29..3307978c 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[\\/]/}] + ) ] };