create-react-app-esbuild
create-react-app-esbuild copied to clipboard
chore: bump esbuild-loader to latest version (4.2.1)
upgrading esbuild-loader to latest version.
After v4.2.0 version esbuild-loader uses ^0.21 esbuild. This version contains this PR that fixes the issue https://github.com/pradel/create-react-app-esbuild/issues/7
@pradel can we generate a canary version to test it?
@kaiofelipejs I don't have the setup to generate a canary version easily, however you can upgrade the dependency on your project to try it out (if you are using pnpm you can do pnpm upgrade and esbuild-loader will be upgraded)