@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:
| Name | Type | Description |
|---|---|---|
Default | string | The 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. |
Flat | string | Omits the project namespace and the "resources" directory. |
Namespace | string | Respects project namespace and the "resources" directory. |

