In order to allow addon authors to utilize Ember's public modules API ember-cli-babel includes a babel plugin that automatically polyfills the modules (so that addon authors can migrate without requiring their app consumers to use ember-cli-shims@1.2.0).
Since we can accurately polyfill, these modules are no longer needed (and only serve to increase the byte size of the running application).
In order to allow addon authors to utilize Ember's public modules API ember-cli-babel includes a babel plugin that automatically polyfills the modules (so that addon authors can migrate without requiring their app consumers to use ember-cli-shims@1.2.0).
Since we can accurately polyfill, these modules are no longer needed (and only serve to increase the byte size of the running application).
Requires https://github.com/babel/ember-cli-babel/pull/159 to land and be released.