ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Upgrade browserify #83

Closed stefanpenner closed 8 years ago

stefanpenner commented 8 years ago

depends on https://github.com/ef4/ember-browserify/pull/82, will rebase once that lands. The commit in question is:

fixes:

stefanpenner commented 8 years ago

This seems to slow down the actual browserify step, but it fixes issues so...

I'll work on improving the warm-boot next (like we did for babel et al) to compensate.

asakusuma commented 8 years ago

LGTM

asakusuma commented 8 years ago

👍

stefanpenner commented 8 years ago

@asakusuma I think we are good for a release, that is after some folks give it a whirl in there apps (mine appears to be fine)

asakusuma commented 8 years ago

I'll test it in a few apps