-
Notifications
You must be signed in to change notification settings - Fork 113
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
setup dynamic remote in v5 federation v2 #815
Comments
Hi @hosseinmd, this type of remote won't be supported with MF2: you can use official way od adding dynamic remotes via We will update the docs in December to reflect that |
this shouldn't be happening, can you provide a simple repro with this error? |
https://github.com/callstack/super-app-showcase/ |
@hosseinmd yeah, I remember having some issues with webpack, for now please use Rspack to achieve that. |
Probably it is because getInitializationEntries is removed, have you any replacement? |
|
Describe the bug
i had a federation config like
remotes: { app1:"app1@dynamic" }
and I set up a resolver to handle chunks address dynamically. Now it's not working with federation v2
System Info
Re.Pack Version
5.0.0-rc.2
Reproduction
.
Steps to reproduce
.
The text was updated successfully, but these errors were encountered: