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§
Structs§
- Bundle
Entry - Represents a bundle entry (file to be bundled)
- Bundle
Result - Result of a bundling operation
Enums§
- Bundle
Mode - Bundling mode