RUNTIME-009
Not use build plugin, but directly call runtime api.
If the build plugin is used, an MF instance will be automatically created and stored in memory when the project starts. You can directly call methods of the MF instance via the .
If the build plugin is not used, you need to manually create an MF instance before calling the corresponding API.
ModuleFederation
instance?A ModuleFederation
instance is an instance of the ModuleFederation
class, which contains all the functionality of the ModuleFederation
runtime.
You can enter
__FEDERATION__.__INSTANCES__
in the console to view the created instances.