Implementation examples of module federation , by the creators of module federation
5.67k
stars
1.76k
forks
source link
Modern.js will report errors when using module federation and micro frontends(garfish).(TypeError: remoteEntryExports.get is not a function ) #4297
Closed
dragonlyl closed 1 month ago
Problem
Modern.js will report errors when using module federation and micro frontends(garfish).(TypeError: remoteEntryExports.get is not a function )
Example
https://github.com/module-federation/module-federation-examples/tree/master/modernjs/host
To recreate
In
modern.config.ts
In code
Expected behaviour
The app should continue to work as expected
Actual behaviour