ef4 / ember-browserify

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

introduces 100ms + boot cost to ember-cli #87

Closed stefanpenner closed 7 years ago

stefanpenner commented 8 years ago

https://github.com/ef4/ember-browserify/blob/master/lib/index.js#L1-L4 these deps should likely be required on-demand.

stefanpenner commented 8 years ago

@twokul does your PR address this?

twokul commented 7 years ago

@stefanpenner it does, you can close. I'll submit a PR to bump the version up and we should likely release a new version

stefanpenner commented 7 years ago

it'll be included in \w https://github.com/ef4/ember-browserify/pull/89