I am interested in developing micro front-end applications using module federation. I have successfully implemented it following the guidelines provided on this informative page.
However, I am facing a challenge where I want each project to have its own unique style.
Whenever I redirect the URL from a dynamic app to a remote app, the style.scss file from the remote app fails to load, causing my styles to not work properly. Can anyone assist me in resolving this issue?