Expand description
esbuild wrapper for complex builds
This module provides an optional wrapper that invokes esbuild for builds that Rest can’t handle alone. It’s designed as a fallback for complex scenarios:
- Large multi-file bundles
- Complex module resolution
- Advanced tree-shaking
- AMD module output
Note: This requires esbuild to be installed separately.
Structs§
- Esbuild
Wrapper - Wrapper around esbuild for complex builds
Functions§
- check_
esbuild - Check if esbuild is available
- install_
esbuild - Install esbuild if not present