rev comment to reflect code changes

This commit is contained in:
Michael Bradley, Jr 2018-08-16 18:30:19 -05:00
parent 2670476d5e
commit 3ad834d93d
1 changed files with 1 additions and 1 deletions

View File

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