You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two things:
1) Reverting back to browserify's original bundle method. This method is only intended to take a singular callback argument.
2) stream.on('end', function () {}) creates a race condition. Using a callback in the bundle method instead to resolve this.
0 commit comments