Skip to content

Commit ef7503c

Browse files
committed
feat: always polyfill streams
1 parent bd52102 commit ef7503c

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)