Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(webpack): move module federation utils to webpack #18996

Merged
merged 1 commit into from Sep 8, 2023

Conversation

Coly010
Copy link
Contributor

@Coly010 Coly010 commented Sep 5, 2023

Current Behavior

Our Module Federation utilities currently live in @nx/devkit. They were placed here for convenience during the previous effort on MF.

Expected Behavior

Our Module Federation utilities will live in @nx/webpack which makes more sense as we currently, and for the foreseeable future, only support Webpack Module Federation.
This will also remove them from the @nx/devkit Public API, usage of which has been deprecated already.

Related Issue(s)

Fixes #

@Coly010 Coly010 self-assigned this Sep 5, 2023
@vercel
Copy link

vercel bot commented Sep 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 8, 2023 8:29am

packages/devkit/migrations.json Outdated Show resolved Hide resolved

let { readJsonFile, joinPathFragments, workspaceRoot, readModulePackageJson } =
requireNx();
let { readModulePackageJson } = requireNx();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You changed other imports other than this. Can you change this too in a followup please?

This should come from nx directly.

@FrozenPandaz FrozenPandaz merged commit dd5ea7a into nrwl:master Sep 8, 2023
15 checks passed
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2023
@Coly010 Coly010 deleted the mf/move-utils-to-webpack branch September 21, 2023 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants