mirror of https://github.com/embarklabs/embark.git
more conservative: only modify webpack's subclass of ProcessWrapper
This commit is contained in:
parent
0fdedf093c
commit
f2cdd4d556
|
@ -17,7 +17,6 @@ class ProcessWrapper {
|
||||||
constructor(options = {}) {
|
constructor(options = {}) {
|
||||||
this.options = Object.assign({pingParent: true}, options);
|
this.options = Object.assign({pingParent: true}, options);
|
||||||
this.interceptLogs();
|
this.interceptLogs();
|
||||||
this.env = _options ? _options.env : 'development';
|
|
||||||
this.events = new Events();
|
this.events = new Events();
|
||||||
if(this.options.pingParent) {
|
if(this.options.pingParent) {
|
||||||
this.pingParent();
|
this.pingParent();
|
||||||
|
|
Loading…
Reference in New Issue