mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
hode messages from plugin
This commit is contained in:
parent
986ef520fc
commit
59c61d6be1
@ -34,6 +34,9 @@ class WebpackProcess {
|
||||
}
|
||||
|
||||
log(type, ...messages) {
|
||||
if (messages[0].indexOf('HardSourceWebpackPlugin')) {
|
||||
return;
|
||||
}
|
||||
process.send({result: constants.pipeline.log, message: messages, type});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user