-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Remote type hints is working fine if I use build time integration of a particular MFE , now if I use run time integration and loads the MFE using "loadRemote" plugin in that case , @mf-types is not generating during building of the application as a result not getting the type support and build is failing, it's only getting generated if the mfe gets loaded in the UI , means suppose in my application, on clicking a button a MFE loads , now after clicking the button only @mf-types is getting generated not before that .
What I need to do if I want to get type support during building of the application for all those MFEs which I load during runtime using "loadRemote", is it possible ??
Pasting some screenshots below :
During build time
After loading the MFE in UI , proper type support is showing .
Posted in discussion for the same as well : module-federation/core#3723

