Closed jbailey4 closed 8 years ago
Is this ready to merge? Which versions of ember-cli is this known to support?
Yes this is ready to merge. The ember-cli version should be a version >= 2.3.0
:+1: thanks, now available on npm as 0.3.0
.
Awesome thank you 😄
Additionally updates the EmberApp#javascript method to work with the new handling of vendor/addon modules. Particularly the change of moving the loader.js dep from a bower component to a node module, which was not getting loaded with newer versions of ember-cli.
This is related to https://github.com/duizendnegen/ember-cli-lazy-load/issues/11