Add Esbuild to "Esbuild" (#1106)

* Add Esbuild to "Esbuild"

* Update content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md

* Update content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md

* Update content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1132/head
Cabir Bayram 3 years ago committed by GitHub
parent 778d21558d
commit d82ca9b5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md

@ -1 +1,7 @@
# Esbuild
# esbuild
Our current build tools for the web are 10-100x slower than they could be. 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.
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://esbuild.github.io/'>Esbuild Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://esbuild.github.io/api/'>Esbuild Documentation</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=9XS_RA6zyyU'>Why are People Obsessed with esbuild?</BadgeLink>

Loading…
Cancel
Save