rev comment to reflect code changes
This commit is contained in:
parent
2670476d5e
commit
3ad834d93d
|
@ -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}`);
|
||||
|
|
Loading…
Reference in New Issue