-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.0.4 has broken change #154
Comments
@legokichi What version of browserify are you using? I tested with browserify v14 and could not reproduce the issue. Closing until enough info to reproduce is provided. |
Nevermind -- reinstalling browserify (which pulls in the latest |
It turns out that it's not possible to use It's not possible to use This previous method (checking NOTE: It's possible to have two different "instances" of the 'buffer' package, even if the 'buffer' package appears only once in the bundled code. This can happen if you require 'buffer' in different ways, for example:
You can confirm this by browserifying this code: console.log(require('buffer').Buffer === require('buffer/').Buffer) // will be false So, for this reason, |
Released as 5.0.5. |
thanks a lot 😄 |
in 5.0.3
in 5.0.4
The text was updated successfully, but these errors were encountered: