esbuild-bundler - Fast JavaScript and TypeScript Bundler
Configure and optimize JavaScript/TypeScript builds
Tags
Updated: 2026-05-09Typical Inputs
Typical Outputs
What this skill does
- bundle files
- minify code
- generate source maps
- transform TypeScript
- handle JSX
- configure loaders
- manage external dependencies
- enable code splitting
- use plugins
- serve files
- watch files
- define variables
- tree shake code
- drop console
Inputs
- source files
- configuration object
- loader configuration
Outputs
- bundled JavaScript
- bundled TypeScript
- source maps
- bundled files
- development server
Requirements
- Node.js environment
- TypeScript support
- esbuild binary
