hoist property
bool
get
hoist
Whether to hoist the build output.
Hoisted outputs will not contain the build target folder within their path.
For example hoisting the build target web:
<web>/<web-contents>
Should result in:
<output-folder>/<web-contents>
Implementation
bool get hoist;