Back to Esbuild

README

README.md

0.28.02.1 KB
Original Source
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./images/wordmark-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="./images/wordmark-light.svg"> </picture>

<a href="https://esbuild.github.io/">Website</a> | <a href="https://esbuild.github.io/getting-started/">Getting started</a> | <a href="https://esbuild.github.io/api/">Documentation</a> | <a href="https://esbuild.github.io/plugins/">Plugins</a> | <a href="https://esbuild.github.io/faq/">FAQ</a>

</p>

Why?

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

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./images/benchmark-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="./images/benchmark-light.svg"> </picture> </p>

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.