Skip to content

evanw/esbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sep 21, 2024
Oct 15, 2024
Sep 21, 2024
Dec 7, 2022
Oct 15, 2023
Oct 15, 2024
Oct 15, 2024
Sep 22, 2024
Oct 15, 2024
Oct 15, 2023
Sep 22, 2024
Jun 30, 2024
Jun 30, 2024
Sep 13, 2022
Dec 17, 2022
Jan 12, 2023
May 6, 2024
Sep 22, 2024
Jan 15, 2020
Sep 21, 2024
Aug 8, 2023
Jun 30, 2024
Oct 11, 2023
Jul 20, 2022
May 3, 2024
Sep 22, 2024

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.