Skip to content

Commit 80ef187

Browse files
committed
resume bundleStream after attaching cache hooks
1 parent 93bdcd7 commit 80ef187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/BrowserifyCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function attachCacheHooksToPipeline(b) {
8383
proxyEvent(bundleStream, outputStream, 'package');
8484
proxyEvent(bundleStream, outputStream, 'transform');
8585
proxyEvent(bundleStream, outputStream, 'error');
86-
bundleStream.pipe(outputStream);
86+
bundleStream.pipe(outputStream).resume();
8787
});
8888

8989
return outputStream;

0 commit comments

Comments
 (0)