module-federation / enhanced

Enhanced API for Module Federation
46 stars 2 forks source link

Remotes and Modules listing #1

Closed schirrel closed 2 years ago

schirrel commented 2 years ago

Based on this issue and this code, turn available the list of the remotes being used, the modules being exported and the link of the remotes.

prasannamestha commented 2 years ago

I like the idea of autogenerating remoteUrlMap . @ScriptedAlchemy is there a way we could expose this to ModuleFederationPlugin._options ?

schirrel commented 2 years ago

hi @prasannamestha, nice that it suits you. I've been in touch with @ScriptedAlchemy to build this, in fact i was making a plugin that inherit ModuleFederationPlugin here, but we think of bringing it to here soon