You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Rslib to create Module Federation remote module.
What does the proposed API look like?
I have created a demo (https://github.com/chenjiahan/rslib-mf) to try out the ModuleFederationPlugin in Rslib, and I find that the format: 'esm' breaks the output of Module Federation, so Rslib should provide a new format for Module Federation, such as format: 'module-federation' or format: 'none'.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Allow Rslib to create Module Federation remote module.
What does the proposed API look like?
I have created a demo (https://github.com/chenjiahan/rslib-mf) to try out the
ModuleFederationPlugin
in Rslib, and I find that theformat: 'esm'
breaks the output of Module Federation, so Rslib should provide a new format for Module Federation, such asformat: 'module-federation'
orformat: 'none'
.The text was updated successfully, but these errors were encountered: