Will there be continued support for people that do not want to use Ember-CLI?

While I love the idea of Ember-CLI - it’s turning out to be too restrictive.

Ember-CLI prevents me from pulling in 3rd-party ES6 modules as well as unnamed AMD modules. I have to roll my own build process in order to do this. But as soon as I want to do that, I lose the benefit of being able to write components in the Ember-CLI style (e.g. I have to import the App into each component).

Wish there was a better alternative for using Ember without the restrictions of the CLI’s build process.