Skip to main content

Module Bundle

Module Bundle 

Source
Expand description

Bundling and esbuild integration

This module provides:

  • Simple bundling capabilities for the Rest compiler
  • Optional esbuild integration for complex builds
  • Multi-file compilation support

Re-exports§

pub use Config::BundleConfig;
pub use Builder::BundleBuilder;
pub use ESBuild::EsbuildWrapper;

Modules§

Builder
Bundle builder
Config
Bundle configuration
ESBuild
esbuild wrapper for complex builds

Structs§

BundleEntry
Represents a bundle entry (file to be bundled)
BundleResult
Result of a bundling operation

Enums§

BundleMode
Bundling mode