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