ember-cli / ember-cli-shims

DEPRECATED - ES6 import shims for Ember.js
MIT License
45 stars 60 forks source link

Revert shim modules in favor of babel plugin based polyfill. #127

Closed rwjblue closed 7 years ago

rwjblue commented 7 years ago

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.

Turbo87 commented 7 years ago

Release should wait until https://github.com/babel/ember-cli-babel/issues/160 is fixed and released