Replies: 1 comment 2 replies
-
You can try registerRemotes with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
We are configuring the following POC to apply module federation to our internal products.
Components
GET /api/packages/$remote_package_name/assets/static/[...args]
Note
This is a structure in which the path of
mf-manifest.json
orremoteEntry.js
of the remote module does not change.Issue details
If the remote module is changed, the SSR environment continues to look at the previous version of the remote module and updates are not possible.
What I tried
(
__FEDERATION__
,__GLOBAL_LOADING_REMOTE_ENTRY__
,__VMOK__
)performReload(true)
of@module-federation/node
require
,__non_webpack_require__
cacheQuestion
In a structure where the path of the remote module does not change, is there a way to reload the currently set remote module without restarting the server when the remote module is changed?
Beta Was this translation helpful? Give feedback.
All reactions