From e27ca641a3c7db1c4cfa187a2bd1b819728de797 Mon Sep 17 00:00:00 2001 From: Cabir Bayram Date: Wed, 9 Feb 2022 19:17:24 +0300 Subject: [PATCH] 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 --- .../110-build-tools/101-module-bundlers/101-esbuild.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md index 77031a5e3..60ae8daca 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md @@ -1 +1,7 @@ -# Esbuild \ No newline at end of file +# 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. + +Esbuild Official Website +Esbuild Documentation +Why are People Obsessed with esbuild?