We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bdcd7 commit 80ef187Copy full SHA for 80ef187
1 file changed
lib/BrowserifyCache.js
@@ -83,7 +83,7 @@ function attachCacheHooksToPipeline(b) {
83
proxyEvent(bundleStream, outputStream, 'package');
84
proxyEvent(bundleStream, outputStream, 'transform');
85
proxyEvent(bundleStream, outputStream, 'error');
86
- bundleStream.pipe(outputStream);
+ bundleStream.pipe(outputStream).resume();
87
});
88
89
return outputStream;
0 commit comments