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

Babel config #36

Closed
ryanflorence opened this issue Nov 3, 2020 · 2 comments
Closed

Babel config #36

ryanflorence opened this issue Nov 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ryanflorence
Copy link
Member

Open up and use an application babel config, apps will just need to make sure to include our preset:

{
  "presets": [
    "@remix-run/core/babel",
  ]
}
@ryanflorence ryanflorence added the enhancement New feature or request label Nov 3, 2020
@mjackson mjackson self-assigned this Nov 3, 2020
mjackson added a commit that referenced this issue May 1, 2021
@chaance
Copy link
Collaborator

chaance commented Dec 18, 2021

Closing for now since I don't think we have any intention of using babel in our compiler anytime soon, but feel free to reopen if I'm wrong! Trying to clean up the super old issues.

@chaance chaance closed this as completed Dec 18, 2021
@victordidenko
Copy link

Why not? There are things, that heavily depends on Babel.
Maybe this could be covered by #717 by adding possibility to add esbuild-plugin-babel manually?

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

No branches or pull requests

4 participants