Skip to main content

XpmBuildConfiguration._buildFolderRelativePath property

The resolved build folder relative path.

Signature

protected _buildFolderRelativePath?: string;

Remarks

This path specifies where build outputs for this configuration should be placed, computed during initialisation and added back to properties for use in subsequent substitutions.

Computation workflow:

  1. Undefined until XpmBuildConfiguration.initialise() is called.
  2. Not computed for hidden configurations (optimization).
  3. If buildFolderRelativePath property exists, perform Liquid substitution with full configuration context.
  4. Otherwise, generate default path: build/{sanitized-config-name}.
  5. Added to properties.buildFolderRelativePath for use in action commands and dependency references.

The path is relative to the package root and used by build tools to organize outputs from different configurations.


Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.