Is possible using ember-cli without Babel

I’d like remove Babel from my Ember projects, this is possible?

PS: I don’t like Babel! I like ES6 features, but not the way Babel generates it. In Babel still a lot of residual and unnecessary things that is transferred to my users. And I don’t count the wast of time with Babel generate ES5 code.

While I’m not really sure of the correct/full answer here, what happens if you remove the ember-cli-babel dependency from your project?

npm uninstall ember-cli-babel --save-dev