We have a parent or host project which is on Angular JS and we are creating a new React app, and would like to integrate React app as MFE with the host project. We would not like to make lot of changes in the host project but wanted to check if we can use webpack/webpack module federation in the Angular JS project to do the MFE integration.
Thanks in advance for any examples or suggestions that you provide