You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 😄
The text was updated successfully, but these errors were encountered:
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 )
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. 😄
The text was updated successfully, but these errors were encountered: