Package Exports
- ember-assign-polyfill
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-assign-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ember-assign-polyfill
This is a super simple polyfill for enabling support for Ember.assign in Ember <= 1.13. I found on several occasions I needed to shim this, so decided to just put together an addon for it.
Installation
ember install ember-assign-polyfillUsage
import assign from 'ember-assign-polyfill';