What is esbuild?
"An extremely fast JavaScript and CSS bundler and minifier."
esbuild is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 132.1 KB on disk.
Installation Guide
# Install via NPM
npm install esbuild
# Install via Yarn
yarn add esbuild