Relative Content

Tag Archive for material-uimicro-frontendwebpack-module-federation

Micro frontend – Material UI library duplicate imports webpack

I am implementing the microfrontend architecture, My main app and mf1 app uses material ui,
the material ui library are imported multiple times, even after specifying the singleton property.
which is messing up the styles.
enter image description here
for both apps
enter image description here