Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] and core-js@3 support? #3869

Closed
ztyzbb opened this issue Apr 23, 2019 · 1 comment
Closed

[email protected] and core-js@3 support? #3869

ztyzbb opened this issue Apr 23, 2019 · 1 comment

Comments

@ztyzbb
Copy link

ztyzbb commented Apr 23, 2019

What problem does this feature solve?

For future
https://babeljs.io/blog/2019/03/19/7.4.0
https://github.com/zloirock/core-js/blob/master/docs/2019-03-19-core-js-3-babel-and-a-look-into-the-future.md

What does the proposed API look like?

plugins: [
  ["@babel/transform-runtime", {
    corejs: 3,
  }]
  ["@babel/preset-env", {
    useBuiltIns: "usage",
    corejs: 3,
  }]
]
@haoqunjiang
Copy link
Member

Will be upgraded in v4, as addressed in the roadmap #3649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants