Skip to content

Commit 3a6faa6

Browse files
authored
Merge pull request #4 from remix-run/jacob/always-fill-streams
feat: always polyfilll streams
2 parents bd52102 + ef7503c commit 3a6faa6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/stream/src/stream.cjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
try {
2-
module.exports = require("stream/web")
3-
} catch (error) {
4-
module.exports = require("web-streams-polyfill/ponyfill")
5-
}
1+
module.exports = require("web-streams-polyfill/ponyfill");

0 commit comments

Comments
 (0)