pradel / create-react-app-esbuild

Use esbuild in your create-react-app for faster compilation, development and tests
MIT License
561 stars 34 forks source link

Asyn generator issue in esbuild #65

Open gobsIdesk opened 1 year ago

gobsIdesk commented 1 year ago

static/js/main.c648aac4.js:78597:0: ERROR: Transforming async generator functions to the configured target environment ("es2015") is not supported yet

Followed the same setup config in this repo but faced the above issue.