Esbuild
| esbuild | |
|---|---|
| Developer(s) | Evan Wallace |
| Stable release | 0.25.5
/ 27 May 2025 |
| Repository | |
| Written in | Go |
| Operating system | Cross-platform |
| Type | JavaScript bundler |
| License | MIT License |
| Website | Official website |
esbuild is a free and open-source module bundler and minifier for JavaScript and CSS written by Evan Wallace. Written in Go instead of JavaScript, esbuild claims to be "10 to 100 times" faster than other bundlers by using parallelism and shared memory usage. It supports TypeScript, JSX, tree-shaking and is extensible through plugins.