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

chore: bump esbuild-loader to latest version (4.2.1) #79

Open kaiofelipejs opened 2 months ago

kaiofelipejs commented 2 months ago

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

kaiofelipejs commented 2 months ago

@pradel can we generate a canary version to test it?

pradel commented 2 months ago

@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)