Skip to main content

build_bundle

Function build_bundle 

Source
pub fn build_bundle(build: &BundleBuild) -> Result<VerifiedBundle, BundleError>
Expand description

Builds an immutable Bundle directory without executing publisher code.

This is the schema-version-1 compatibility creator. New Plugin authoring uses build_source_plugin_bundle.