facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.3k stars 26.71k forks source link

Support esbuild using esbuild-loader #11114

Open kaushalyap opened 3 years ago

kaushalyap commented 3 years ago

Is your proposal related to a problem?

Slow build times

Describe the solution you'd like

Use esbuild-loader

Describe alternatives you've considered

https://github.com/pradel/create-react-app-esbuild Better to have built-in support for esbuild

Additional context

Currently app start time and building times are so slow in CRA

See :

tomasbruckner commented 3 years ago

also relevant issue #8060

almahdi404 commented 2 years ago

any update?