Replies: 2 comments
-
You should don't worry about it, why you need it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Until I get a better solution, in the host, before loading any remotes, I set:
then in the remote module, I can check that variable |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a file that is used by both the local project and by other applications through module federation. Is there any way to know in the code whether the current file is being used by other applications? For example, I want to judge in the code,
if (IS_USE_BY_MODULE_FEDERATION)
, and then perform certain operations.Beta Was this translation helpful? Give feedback.
All reactions