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

fix: prevent module graph connection conflict #1151

Merged

Conversation

ScriptedAlchemy
Copy link
Member

I remove eager modules from remote, but in doing so also removes dependencies of delegate moduels, this preserves dependency tree of delegate module and removes all other eager references from eager:true

I remove eager modules from remote, but in doing so also removes dependencies of delegate moduels, this preserves dependency tree of delegate module and removes all other eager references from eager:true
@ScriptedAlchemy ScriptedAlchemy merged commit b30c0fc into fix_call_undefined_delegate Jul 18, 2023
@ScriptedAlchemy ScriptedAlchemy deleted the prevent_module_shaking_collision branch July 18, 2023 23:18
ScriptedAlchemy added a commit that referenced this pull request Jul 19, 2023
* fix: thrown error during chunk correlation of empty graph connection

* fix: call of undefined errors in delegate modules

* test: fix tests of delegate plugin

* chore: prettier

* refactor: improve package fragmentation

re-export underlaying utilities to allow for less fragmentation of package versions for the sake of access to these tools

* fix: prevent module graph connection conflict (#1151)

* fix: prevent module graph connection conflict

I remove eager modules from remote, but in doing so also removes dependencies of delegate moduels, this preserves dependency tree of delegate module and removes all other eager references from eager:true

* test: fix mock of delegate module eager flag

* test: fix mock of delegate module eager flag

* test: fix mock of delegate module eager flag

* feat: support next/image

* style:lint fix

* style:lint fix

* style:lint fix
RussellCanfield pushed a commit to RussellCanfield/nextjs-mf that referenced this pull request Aug 26, 2023
* fix: thrown error during chunk correlation of empty graph connection

* fix: call of undefined errors in delegate modules

* test: fix tests of delegate plugin

* chore: prettier

* refactor: improve package fragmentation

re-export underlaying utilities to allow for less fragmentation of package versions for the sake of access to these tools

* fix: prevent module graph connection conflict (module-federation#1151)

* fix: prevent module graph connection conflict

I remove eager modules from remote, but in doing so also removes dependencies of delegate moduels, this preserves dependency tree of delegate module and removes all other eager references from eager:true

* test: fix mock of delegate module eager flag

* test: fix mock of delegate module eager flag

* test: fix mock of delegate module eager flag

* feat: support next/image

* style:lint fix

* style:lint fix

* style:lint fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant