You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since browserify 3.0, the Buffer from https://github.com/feross/buffer is used, which is much smaller (around 35kb instead of 100kb). Also, browser-builtins is no longer used.
Yeah, the way disc currently works means its easy for it to fall behind. I'm close to having a 1.0.0 release ready which uses browser-unpack instead, just waiting on browserify/browserify#668 to get merged first :)
Since browserify 3.0, the
Buffer
from https://github.com/feross/buffer is used, which is much smaller (around 35kb instead of 100kb). Also,browser-builtins
is no longer used.(This is also potentially relevant to issue #7)
The text was updated successfully, but these errors were encountered: