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?