mirror of https://github.com/embarklabs/embark.git
rev comment
This commit is contained in:
parent
1f56f717b8
commit
04fcb1510a
|
@ -79,7 +79,7 @@ class WebpackProcess extends ProcessWrapper {
|
||||||
}
|
}
|
||||||
config = config[0];
|
config = config[0];
|
||||||
} else {
|
} else {
|
||||||
// proceed with the value obtained from require(dapp/default/Config)
|
// proceed with the value obtained from require(dapp/default/ConfigPath)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(`error while loading webpack config ${configPath}`);
|
console.error(`error while loading webpack config ${configPath}`);
|
||||||
|
|
Loading…
Reference in New Issue