You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.