esbuild - Quick Reference Deep Knowledge : Use with technology: for comprehensive documentation. When NOT to Use This Skill - Complex applications - Use Vite (which uses esbuild internally) - Need many plugins - Webpack or Rollup have richer ecosystems - CSS modules, PostCSS - Vite handles these better - HMR required - Vite provides full HMR experience When to Use This Skill - Ultra-fast simple bundling - TypeScript library builds - Understanding how Vite works - Custom build scripts Setup CLI Usage API Usage Configuration Options Watch Mode (API) Dev Server Plugins Common Plugins Library Bui…