From 04fcb1510abd16fc31db962af84d345406a38e8a Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 16 Aug 2018 17:01:50 -0500 Subject: [PATCH] rev comment --- lib/pipeline/webpackProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipeline/webpackProcess.js b/lib/pipeline/webpackProcess.js index 87aa1fa6..27f364e7 100644 --- a/lib/pipeline/webpackProcess.js +++ b/lib/pipeline/webpackProcess.js @@ -79,7 +79,7 @@ class WebpackProcess extends ProcessWrapper { } config = config[0]; } else { - // proceed with the value obtained from require(dapp/default/Config) + // proceed with the value obtained from require(dapp/default/ConfigPath) } } catch (e) { console.error(`error while loading webpack config ${configPath}`);