browserify / browser-pack

pack node-style source files from a json stream into a browser bundle
Other
174 stars 58 forks source link

Update deps #61

Closed zertosh closed 9 years ago

zertosh commented 9 years ago

The notable update here is combine-source-map@~0.6.1. Among other things, it now produces sourcemaps with a charset - that breaks browserify's tests. It also includes https://github.com/thlorenz/combine-source-map/pull/16 which fixes sourceFile paths for how transforms usually generate sourcemaps.

Updating through2@^1.0.0, just to bring it inline with browserify.

This should be published as 5.0.0.

zertosh commented 9 years ago

This supersedes https://github.com/substack/browser-pack/pull/60