mirror of https://github.com/embarklabs/embark.git
'running webpack' message should indicate config name
This commit is contained in:
parent
df84fce953
commit
1f56f717b8
|
@ -86,7 +86,7 @@ class Pipeline {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
function runWebpack(next) {
|
function runWebpack(next) {
|
||||||
self.logger.info(__('running webpack...'));
|
self.logger.info(__(`running webpack with '${self.webpackConfigName}' config...`));
|
||||||
let built = false;
|
let built = false;
|
||||||
const webpackProcess = new ProcessLauncher({
|
const webpackProcess = new ProcessLauncher({
|
||||||
modulePath: utils.joinPath(__dirname, 'webpackProcess.js'),
|
modulePath: utils.joinPath(__dirname, 'webpackProcess.js'),
|
||||||
|
|
Loading…
Reference in New Issue