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