mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
'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) {
|
||||
self.logger.info(__('running webpack...'));
|
||||
self.logger.info(__(`running webpack with '${self.webpackConfigName}' config...`));
|
||||
let built = false;
|
||||
const webpackProcess = new ProcessLauncher({
|
||||
modulePath: utils.joinPath(__dirname, 'webpackProcess.js'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user