@ui5/builder/tasks/enhanceManifest
Methods
(static) default(parameters) → {Promise<undefined>}
Description: Task for transforming the manifest.json file. Adds missing information based on the available project resources, for example the locales supported by the present i18n resources.
Source: builder/lib/tasks/enhanceManifest.js, line 9
Parameters:
| Name | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | object | Parameters Properties:
|
Returns:
Promise resolving with undefined once data has been written
Type: Promise<undefined>

