nx/docs/generated/devkit/NxPluginV1.md
2024-01-30 16:29:05 -05:00

2.0 KiB

Type alias: NxPluginV1

Ƭ NxPluginV1: Object

Deprecated

Use NxPluginV2 instead. This will be removed in Nx 19

Type declaration

Name Type Description
name string -
processProjectGraph? ProjectGraphProcessor Deprecated Use CreateNodes and CreateDependencies instead. This will be removed in Nx 19
projectFilePatterns? string[] A glob pattern to search for non-standard project files. @example: ["*.csproj", "pom.xml"] Deprecated Use CreateNodes instead. This will be removed in Nx 19
registerProjectTargets? ProjectTargetConfigurator Deprecated Add targets to the projects inside of CreateNodes instead. This will be removed in Nx 19