This repository was archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Use stream-http #38
Comments
👍 I |
terinjokes
added a commit
to terinjokes/node-libs-browser
that referenced
this issue
Aug 16, 2016
terinjokes
added a commit
to terinjokes/node-libs-browser
that referenced
this issue
Aug 16, 2016
Can you publish this to npm so that webpack users can get the update? |
Ping @sokra – this bug still isn't fixed in webpack because |
@feross as a temporal workaround I'm using resolve: {
alias: {
http: 'stream-http',
https: 'stream-http'
}
} |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Browserify has stopped using
http-browserify
and moved tostream-http
which actually supports true response streaming and has lots of bug fixes.webpack should probably switch over too.
This would fix this bug when WebTorrent is built with webpack.
cc @jhiesey
The text was updated successfully, but these errors were encountered: