Replies: 2 comments 9 replies
|
have you tried using |
0 replies
You did not have the |
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 ^^
All reactions