emberjs / emberjs/ember-cli-babel

useBuiltIns not working

Open
#166 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.