node-mf
node-mf copied to clipboard
Have you explored using this with angular universal and express? Lack of SSR support is the one thing stopping us from using module federation.
I ran into this issue when cloning the example repo + running through the readme steps. tried with: node v14.19.0 (npm v6.14.16) node v16.5.0 (npm v7.19.1) npm list dumps: host:...
Hello, considering the [issue](https://github.com/telenko/node-mf/issues/12) that @ScriptedAlchemy raised, I propose to pass optional custom templates. I also propose to isolate rpc functions and make them more straightforward with the minimum of...
the line 205 in ReadFileChunkLoadingRuntimeModule.js should be changed to: `rpcLoad( promiseBaseURI ? await promiseBaseURI : baseURI }, ${
I have checked the source code at Line 220 in LoadFileChunkLoadingRuntimeModule.js ``` require("../hmr/JavascriptHotModuleReplacement.runtime.js") ``` But I cannot find the required file in this relative path. Do we miss it? thank...
This fixes an infinite loop when remotes have circular dependencies. Without this, it appears that a new remote is defined and initialized even if that remote has already been created....
Hi there, thank you for the work you've done putting this together. I was just wondering if you've run into issues where your Next.js app gets "stuck" with an outdated...
when passing larger chunks, sometimes the http request fails to reconstruct a readable stream back together. If i use node-fetch, it seems to be a little more reliable in fetching...
Is there a way to generate code which is compatible with ES5? Currently the code generated by the plugin uses `require` to link `http(s)`, `vm`, etc. even when module output...