Skip to main content

Module esbuild

Module esbuild 

Source
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§

EsbuildWrapper
Wrapper around esbuild for complex builds

Functions§

check_esbuild
Check if esbuild is available
install_esbuild
Install esbuild if not present