Skip to content

evanw/esbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36b458d · Mar 12, 2025
Mar 10, 2025
Mar 10, 2025
Dec 19, 2024
Dec 7, 2022
Oct 15, 2023
Mar 12, 2025
Feb 8, 2025
Mar 10, 2025
Feb 8, 2025
Oct 15, 2023
Mar 12, 2025
Jun 30, 2024
Jun 30, 2024
Sep 13, 2022
Dec 17, 2022
Jan 12, 2023
May 6, 2024
Jan 7, 2025
Mar 12, 2025
Jan 15, 2020
Mar 10, 2025
Aug 8, 2023
Jun 30, 2024
Oct 11, 2023
Jul 20, 2022
May 3, 2024
Mar 10, 2025

Repository files navigation

esbuild: An extremely fast JavaScript bundler
Website | Getting started | Documentation | Plugins | FAQ

Why?

Our current build tools for the web are 10-100x slower than they could be:

Bar chart with benchmark results

The main goal of the esbuild bundler project is to bring about a new era of build tool performance, and create an easy-to-use modern bundler along the way.

Major features:

Check out the getting started instructions if you want to give esbuild a try.