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