From be2eab926b2a402f4d9036ee59854b3df51f8134 Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Tue, 10 Dec 2024 18:20:17 +0000 Subject: [PATCH] fix(core): ensure @nx/module-federation is listed in package group (#29292) ## Current Behavior `@nx/module-federation` is not listed in the `nx` package's `packageGroup`. This reports it incorrectly in `nx report` and can impact `nx migrate`. ## Expected Behavior `@nx/module-federation` should be listed in the `packageGroup` --- packages/nx/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nx/package.json b/packages/nx/package.json index 9564a3330221f..bd23f33a5394c 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -112,6 +112,7 @@ "@nx/expo", "@nx/express", "@nx/gradle", + "@nx/module-federation", "@nx/nest", "@nx/next", "@nx/node",