Skip to content

Commit b2b5fa3

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b5cddca + 3a6faa6 commit b2b5fa3

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)