@ui5/builder/processors/bundlers/flexChangesBundler

Methods

(static) default(parameters) → {Promise.<Array.<@ui5/fs/Resource>>}

Description:
  • Bundles all supplied changes.
Source:
Parameters:
Name Type Description
parameters object Parameters
Properties
Name Type Attributes Default Description
resources Array.<@ui5/fs/Resource> List of resources to be processed
options object Options
Properties
Name Type Description
pathPrefix string Prefix for bundle path
hasFlexBundleVersion string true if minUI5Version >= 1.73 than create flexibility-bundle.json
existingFlexBundle object <optional>
{} Object with existing flexibility-bundle.json to merge with new changes
Returns:
Promise resolving with flex changes bundle resources
Type
Promise.<Array.<@ui5/fs/Resource>>