We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd52102 + ef7503c commit 3a6faa6Copy full SHA for 3a6faa6
packages/stream/src/stream.cjs
@@ -1,5 +1 @@
1
-try {
2
- module.exports = require("stream/web")
3
-} catch (error) {
4
- module.exports = require("web-streams-polyfill/ponyfill")
5
-}
+module.exports = require("web-streams-polyfill/ponyfill");
0 commit comments