Skip to content

Commit

Permalink
fix(core): ensure @nx/module-federation is listed in package group (#…
Browse files Browse the repository at this point in the history
…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`
  • Loading branch information
Coly010 authored Dec 10, 2024
1 parent 098d8a6 commit be2eab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"@nx/expo",
"@nx/express",
"@nx/gradle",
"@nx/module-federation",
"@nx/nest",
"@nx/next",
"@nx/node",
Expand Down

0 comments on commit be2eab9

Please sign in to comment.