Zack Jackson
Zack Jackson
id suggest using rsbuild instead of vite, the issue is likely with the vite plugin implementation, file the issue on module-federation/vite
@dependabot rebase
Why would you self reference, this will cause runtime errors in your application. The bundler runtime will collide with its remote counterpart as they both replace eachothers global callbacks
Ill look into the self reference issue - tho generally dont recommend, id use shared to share it as a singleton etc, or use a runtime plugin.
None. If you want microfrontend. ModernJS is unbeatable. Nothing else even comes close.
file issue with vite plugin repo, not a issue of core library
try it with webpack / rspack only and see if it works, if it does - then its a vite issue
Can't be runtime issue if the runtime works... try the module-federation/vite repo. We don't maintain vite implementations, only *pack and runtime