Methods
(static) default(parameters) → {Promise.<undefined>}
- Description:
- Task for bundling standalone applications.
- Source:
Parameters:
Name |
Type |
Description |
parameters |
object
|
Parameters
Properties
Name |
Type |
Attributes |
Description |
workspace |
@ui5/fs/DuplexCollection
|
|
DuplexCollection to read and write files |
dependencies |
@ui5/fs/AbstractReader
|
|
Reader or Collection to read dependency files |
taskUtil |
@ui5/project/build/helpers/TaskUtil
|
object
|
<optional>
|
TaskUtil |
options |
object
|
|
Options
Properties
Name |
Type |
Attributes |
Description |
projectName |
string
|
|
Project name |
projectNamespace |
string
|
<optional>
|
Project namespace |
|
|
Returns:
Promise resolving with undefined
once data has been written
-
Type
-
Promise.<undefined>