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

create-react-app: post-ie11 world #120

Open
mfulton26 opened this issue Jul 15, 2022 · 2 comments
Open

create-react-app: post-ie11 world #120

mfulton26 opened this issue Jul 15, 2022 · 2 comments

Comments

@mfulton26
Copy link

With Internet Explorer 11 support ended what does this mean for what version of ES we can target for web applications created through create-react-app?

I am looking forward to being able to use async generators, etc. without high transpilations once they are natively supported by all of my target platforms. 😄

@orta
Copy link
Member

orta commented Jul 16, 2022

CRA uses babel to transpile, which means our job in tsconfig/bases is to replicate that setup ( e.g. copying npx create-react-app --template typescript my-app )

my recommendation if you want this to be bumped, is to get the changes applied in the CRA repo and we'll update here 👍🏻

(or maybe we're already out of date, its worth a check )

@mfulton26
Copy link
Author

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