gingerhendrix / broccoli-browserify

Browserify plugin for Broccoli
9 stars 23 forks source link

Support sourceMaps via {browserify: { debug: true }} #15

Open naartjie opened 9 years ago

naartjie commented 9 years ago

Upgrade Browserify to new version, and hence allow SourceMaps when you pass {browserify: { debug: true }} option to the transform.

ericwooley commented 8 years ago

@naartjie What do you mean upgrade to the new version? I tried that locally and got no change.

Nevermind I did not actually upgrade, just derped.

naartjie commented 8 years ago

@ericwooley This project seems kinda dormant and I haven't been using broccoli in a while now, and so I'm not up to date but your PR looks correct.

stefanpenner commented 8 years ago

https://github.com/eploko/broccoli-watchify as of 1.0.0 supports this.