Zack Jackson

Results 993 comments of 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

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.

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