ember-cli-babel-polyfills icon indicating copy to clipboard operation
ember-cli-babel-polyfills copied to clipboard

Split-build polyfills for evergreen and legacy browsers

Results 3 ember-cli-babel-polyfills issues
Sort by recently updated
recently updated
newest added

This addon is supposed to include regenerator runtime into one of the polyfills and actually, it does include it in the legacy polyfill. However, the legacy polyfill is not loaded...

Hi there - I upgraded from 1.0.3 -> 2.0 (with `ember-cli-babel` `7.11.0`) and get this error: ``` Build Error (broccoli-persistent-filter:TransformAmd) in output/chunk1.js ember-cli-babel-polyfills: unable to remap: chunk1.js ``` Not exactly...

``` evergreen.js:25 Uncaught TypeError: __chunk1_js.default$7 is not a function at evergreen.js:25 at __babelPolyfillDefine (shared.js:10) at evergreen.js:1 ``` This seems to happen when my evergreen and targets don't match. Notice `'last...