rev comment
This commit is contained in:
parent
1f56f717b8
commit
04fcb1510a
|
@ -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}`);
|
||||
|
|
Loading…
Reference in New Issue