emberjs / emberjs/ember-cli-babel
useBuiltIns not working
Open
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 115
- Avg merge
- 23h 22m
- Merged PRs (30d)
- 4
Description
Is [useBuiltIns](https://github.com/babel/babel-preset-env#usebuiltins) supposed to work here?
I guess no, because the polyfill is imported using ember-cli, so there is no `import "babel-polyfill";` statement that this babel plugin is looking for, if I correctly understand that. Reducing the needed polyfill parts is probably tackled by https://github.com/babel/ember-cli-babel/pull/142, not using the `useBuiltIns` option, right?
If that is the case, this option should probably removed from the Readme, or mention that this is not working!?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.