esbuild-loader-examples icon indicating copy to clipboard operation
esbuild-loader-examples copied to clipboard

Add example of usage with craco + create-react-app

Open marcofugaro opened this issue 4 years ago • 1 comments

Feature request

Most people use create-react-app to build their react websites. However building is pretty slow.

Would be really useful to have an example of create-react-app + esbuild-loader through craco, which lets you modify the create-react-app's webpack.config.js and other options.

Why?

My create-react-app project is slow to build, and I would like to make it faster with esbuild-loader.

Alternatives

No response

Additional context

No response

marcofugaro avatar Aug 09 '21 13:08 marcofugaro

It's not perfect, but there is https://github.com/pradel/create-react-app-esbuild in case you haven't seen it.

rajadain avatar Sep 02 '21 15:09 rajadain