GitHub
38.5k
Created 9 years ago, last commit 21 days ago
109 contributors
4.19k commits
Stars added on GitHub, month by month
1
2
3
4
5
6
7
8
9
10
11
12
2024
Stars added on GitHub, per day, on average
Yesterday
+2
Last week
+4.4
/day
Last month
+4.1
/day
Last 12 months
+4.8
/day
npmPackage on NPM
esbuild
0.24.2
Monthly downloads on NPM
1
2
3
4
5
6
7
8
9
10
11
12
2024
No dependencies
README

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.