From 3ad834d93d0b445c579eea27a1797c0902ea2e1c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 16 Aug 2018 18:30:19 -0500 Subject: [PATCH] rev comment to reflect code changes --- 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 3bd700b9..4b56fff0 100644 --- a/lib/pipeline/webpackProcess.js +++ b/lib/pipeline/webpackProcess.js @@ -78,7 +78,7 @@ class WebpackProcess extends ProcessWrapper { } config = config[0]; } else { - // proceed with the value obtained from require(dapp/default/ConfigPath) + // proceed with the value obtained from require(configPath) } } catch (e) { console.error(`error while loading webpack config ${configPath}`);