michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

Full zlib compatibility with node #105

Closed devongovett closed 10 years ago

devongovett commented 10 years ago

Browserify recently switched to a new zlib module that I wrote, with full Node API and binary output compatibility. I thought I'd help out other browser bundlers using the old zlib module as well. :wink:

michaelficarra commented 10 years ago

Thanks, @devongovett!