Zack Jackson
Zack Jackson
Runtime plugin to use single runtime version of container when remote needs hosts own remote prevents multiple runtimes colliding from same build origin, causing module graph tears, and breaking hmr...
Chunk mappings should be embedded as a runtime module or exposed module inside the remote container itself
Ive developed many good utils under nextjs-mf. It wold be great to extract some useful pieces of code from that project and move them over here - then have nextjs-mf...
Should prep to publish this soon.
## Description Implementation of container factory for at runtime container creation ```js import {createContainer} from '@module-federation/webpack-bundler-runtime' const createdContainer = createContainer({ name: '@myRemote', exposes: { './remote': ()=> import('./remote'), }, remotes: [...
## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...
This repo is going to be shut down and the plugin will be maintained out of what's currently called nextjs-mf. That MF repo will likely change to /plugins as it...
### Is your feature request related to a problem? Please describe. Users likely want Module Federation, ive spoken to maintainers of Nuxt on twitter and we agreed that MF would...
Hey I mailed you a few days ago. Id like take over ownership of this repo and maintain the component as i see you are archiving it Check your mail...
## Summary Updating Module Federation runtime tools ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).