Skip to content

Commit

Permalink
feat(@angular-devkit/architect): include workspace extensions in proj…
Browse files Browse the repository at this point in the history
…ect metadata
  • Loading branch information
alan-agius4 authored and filipesilva committed Oct 6, 2021
1 parent 4b3fc76 commit 09e0395
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -95,6 +95,7 @@ export class WorkspaceNodeModulesArchitectHost implements ArchitectHost<NodeModu
root: projectDefinition.root,
sourceRoot: projectDefinition.sourceRoot,
prefix: projectDefinition.prefix,
...(clone(workspaceOrHost.extensions) as {}),
...(clone(projectDefinition.extensions) as {}),
} as unknown as json.JsonObject;
},
Expand Down

0 comments on commit 09e0395

Please sign in to comment.