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 b5cddca + 3a6faa6 commit b2b5fa3Copy full SHA for b2b5fa3
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