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/1657/head
parent
e7892dd342
commit
e27ca641a3
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue