more conservative: only modify webpack's subclass of ProcessWrapper

This commit is contained in:
Michael Bradley, Jr 2018-07-25 19:58:24 -05:00 committed by Iuri Matias
parent 2cce47fddd
commit e4e40d43e6

View File

@ -21,7 +21,6 @@ class ProcessWrapper {
*/
constructor(_options) {
this.interceptLogs();
this.env = _options ? _options.env : 'development';
this.events = new Events();
this.pingParent();