![]() | |
Developer(s) | Evan Wallace ![]() |
---|---|
Stable release | |
Repository | |
Written in | Go ![]() |
Operating system | Cross-platform ![]() |
Type | JavaScript bundler |
License | MIT License ![]() |
Website | Official website![]() |
esbuild is afree and open-source module bundler andminifier forJavaScript andCSS[2] written by Evan Wallace.[3][4] Written inGo instead of JavaScript, esbuild claims to be "10 to 100 times" faster than other bundlers by usingparallelism and shared memory usage.[5][6][7][8] It supportsTypeScript,JSX,tree-shaking and is extensible throughplugins.
esbuild is used inVite, afront-end build-tool and development server, and thePhoenix Framework. It is included as a bundler forAngular since v17,[9]Ruby on Rails since v7,[10] and forNetlify Functions.[11]
esbuild is quite a new tool that focuses on performance. The key to esbuild's enhanced performance is that it was written from the ground up in the Go...
because it's faster (as a result of being written in the Go language).
![]() | Thisprogramming-tool-related article is astub. You can help Wikipedia byexpanding it. |