Replies: 2 comments 9 replies
-
|
have you tried using |
Beta Was this translation helpful? Give feedback.
0 replies
-
You did not have the |
Beta Was this translation helpful? Give feedback.
9 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.
-
we are using "loadRemote" from @module-federation/enhanced/runtime to load micro frontends at runtime.
we also have lazy loaded scripts using dynamic/runtime import.
with above usage, re.pack is complaining about missing resolver to handle the runtime dynamic imports. do we have an example supporting both module-federation runtime loadRemote and dynamic import via ScriptManager resolvers?
when i tried to add ScriptManager resolver, it is intercepting module-federation loadRemote calls, but does not use proper mf-manifest.json definitions to generate the url...
@jbroma ^^
Beta Was this translation helpful? Give feedback.
All reactions