Skip to content

@ui5/project/build/ProjectBuilderOutputStyle

Processes build results into a specific directory structure.

Description: Processes build results into a specific directory structure.

Source: project/lib/build/helpers/ProjectBuilderOutputStyle.js, line 1

Properties:
NameTypeDescription
DefaultstringThe default directory structure for every project type.
For applications this is identical to "Flat" and for libraries to "Namespace".
Other types have a more distinct default output style.
FlatstringOmits the project namespace and the "resources" directory.
NamespacestringRespects project namespace and the "resources" directory.