Skip to content

evanw/esbuild

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 26, 2023 18:06
November 27, 2023 20:29
October 15, 2023 15:13
npm
November 26, 2023 18:06
October 13, 2020 00:34
December 17, 2022 01:16
January 11, 2023 19:33
January 15, 2020 03:20
October 16, 2023 18:30
August 8, 2023 00:16
October 11, 2023 01:25
November 26, 2023 18:06

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.