Skip to content

@ui5/builder/processors/bundlers/flexChangesBundler

Methods

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

Description: Bundles all supplied changes.

Source: builder/lib/processors/bundlers/flexChangesBundler.js, line 10

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeAttributesDefaultDescription
resourcesArray<@ui5/fs/Resource>List of resources to be processed
optionsobjectOptions
Properties
NameTypeDescription
pathPrefixstringPrefix for bundle path
hasFlexBundleVersionstringtrue if minUI5Version >= 1.73 than
create flexibility-bundle.json
existingFlexBundleobjectoptional{}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>>