module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

Implementation examples of module federation , by the creators of module federation

Results 243 module-federation-examples issues
Sort by recently updated
recently updated
newest added

I'm running the example without changing anything and when accessing `localhost:3006` the remote applications don't run, the IP is being changed from `localhost` to `192.168.0.192`. Example link: https://github.com/module-federation/module-federation-examples/tree/master/modernjs-ssr > Access...

### Remote apps use the npm component library and cannot render properly ![image](https://github.com/user-attachments/assets/460f257d-d036-497d-b7f8-3ef72b44703b) ![image](https://github.com/user-attachments/assets/7b02e148-3b86-4433-9a56-884727451f83) ### And the console reports some warnings ![image](https://github.com/user-attachments/assets/cdf0254d-b65e-4465-b3dd-0f4be3247c12)

https://codesandbox.io/p/devbox/dlqhp7 i have my demo here,but i haven't solve the bug yet,which is "Uncaught Error: Shared module is not available for eager consumption: webpack/sharing/consume/default/vue/vue" ![image](https://github.com/user-attachments/assets/aa62a1a3-b3ad-4708-8174-80732bfd86c8) hope someone fix the bug

testing embedded runtime

workflow-failure