Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up webpack build with esbuild #59

Open
rdwz opened this issue Jul 20, 2023 · 0 comments · May be fixed by #60
Open

Speed up webpack build with esbuild #59

rdwz opened this issue Jul 20, 2023 · 0 comments · May be fixed by #60
Labels
enhancement New feature or request

Comments

@rdwz
Copy link
Contributor

rdwz commented Jul 20, 2023

esbuild is a JavaScript bundler written in Go that supports blazing fast ESNext & TypeScript transpilation and JS minification.

esbuild-loader lets you harness the speed of esbuild in your Webpack build by offering faster alternatives for transpilation (eg. babel-loader/ts-loader) and minification (eg. Terser)!

https://github.com/esbuild-kit/esbuild-loader#readme

@rdwz rdwz added the enhancement New feature or request label Jul 20, 2023
@rdwz rdwz linked a pull request Jul 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant