Re-exports§
pub use bundler::JsBundler;pub use config::Instrument;pub use config::JsBuildConfig;pub use config::ModuleAlias;pub use config::SimulatorPackage;pub use config::SimulatorPackageKind;
Modules§
Functions§
- build_
all - Build every instrument in
config, applying an optional name filter (regex). This is the “I just want to build everything” helper; if you need finer control (per-instrument progress, per-instrument failure handling), constructJsBundleryourself and drive eachInstrumentthrough it.