Skip to content

no more babel.includePolyfill:true

Compare
Choose a tag to compare
@machty machty released this 14 Jun 01:27
· 894 commits to master since this release

0.7.5

  • You no longer have to set includePolyfill:true in
    ember-cli-build.js as a requirement for using
    ember-concurrency. regenerator-runtime is now
    provided by https://github.com/machty/ember-maybe-import-regenerator,
    which gracefully no-ops if you still want to keep
    includePolyfill:true. Babel's polyfill is 98kb minified,
    whereas the regenerator runtime is only 4kb minified.