esbuild-loader-examples
esbuild-loader-examples copied to clipboard
Add example of usage with craco + create-react-app
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
It's not perfect, but there is https://github.com/pradel/create-react-app-esbuild in case you haven't seen it.