-
Notifications
You must be signed in to change notification settings - Fork 79
Any chance of updating latest pre-1.0 version to use newer version of buffer? #39
Comments
Edit: Oh, misunderstood this issue. The latest buffer is already in package.json. You're asking them to bump an old version. That's a difficult ask. I posted a similar issue about the need to update I don't even use webpack, so I could care less. But I help maintain buffer and webtorrent and both have seen opened issues by webpack users complaining about already fixed bugs because webpack is using old versions of buffer and stream-http. |
@orlandodemauro I have an install issue since your update #43 |
We will bump node-libs-browser to |
There was a hidden breaking change with |
Hi
I'm currently using latest stable version of webpack (1.13.0) that relies on "node-libs-browser": ">= 0.4.0 <=0.6.0" which in turn uses "buffer": "^3.0.3". Any chance of bumping that up to utilize buffer 4.3.0 that's used by node-libs-browser v1.0? I'm running into an issue that was resolved in buffer since 3.0.3 and would prefer not to edit the buffer source under node_modules manually on x of the build machines.
The text was updated successfully, but these errors were encountered: