-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Prepare for Babel 7.x #2654
Comments
Thanks. I'd like to test it. |
TypeScript support just landed in Babel 7 alpha. I'm interested in testing it. What are the steps involved in updating next.js to use Babel 7? |
That good news. Note you can find more informations about breaking changes in the future blog posts: Upgrade to Babel 7 and Upgrade to Babel 7 for Tool Authors. Don't hesitate to ping me for questions about Babel 7. |
@xtuc What features does babel 7? |
An extensive list of new features will be published in the release blog post (coming soon). |
It seems that [email protected] is in the dependencies of [email protected] |
Also, babel 7 allows us to use typescript with |
any updates on this guys? Would love to use babel+typescript together. |
@lifeiscontent you can already do that using |
@timneutkens I tried using the typescript server example with dotenv example babelrc and it didn't work. |
The alpha versions of Babel 7 is publicly available in npm. Feel free to test it but I'm not sure that's the intent.
The milestone page for Babel 7
The text was updated successfully, but these errors were encountered: