Function: getOutputsForTargetAndConfiguration

โ–ธ getOutputsForTargetAndConfiguration(task, node): string[]

Parameters

NameType
taskTask
nodeProjectGraphProjectNode

Returns

string[]

Deprecated

Pass the target and overrides instead. This will be removed in v20.

โ–ธ getOutputsForTargetAndConfiguration(target, overrides, node): string[]

Returns the list of outputs that will be cached.

Parameters

NameType
targetTask | { configuration?: string ; project: string ; target: string }
overridesany
nodeProjectGraphProjectNode

Returns

string[]