rev comment

This commit is contained in:
Michael Bradley, Jr 2018-08-16 17:01:50 -05:00
parent 1f56f717b8
commit 04fcb1510a
1 changed files with 1 additions and 1 deletions

View File

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