esbuild
An extremely fast JavaScript bundler and minifier
Language: GoCategory: Build ToolFirst released: 2020Created by: Evan WallaceLicense: MIT
esbuild is a next-generation JavaScript bundler and minifier written in Go. It achieves orders-of-magnitude speed improvements over traditional tools by leveraging parallel parsing, printing, and source map generation. esbuild supports TypeScript, JSX, CSS, and tree shaking out of the box, making it an ideal choice for both development workflows and production build pipelines where speed is paramount.
Links
Key Features
Go-Powered SpeedTypeScript & JSX SupportTree ShakingCSS BundlingSource Maps