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}`);