Zack Jackson
Zack Jackson
So apparently you can use ` ```entry: { { main: { import: "./main.js", runtime: "someRuntime" } } ``` Which in theory lets you do something to webpack runtimes, has anyone...
how is `enablingRuntimeRequirements` called? attempting this in a normal plugin didn't work
I was using a "merge runtime" plugin which concatinated the remote container and the webpack runtime together
Not required. Use runtime:false in federation plugin
@alexander-akait opened a PR https://github.com/webpack/webpack/pull/16153
there should be one under module federation examples, but happy to have a NX based internal app in this repo
module-federation/node module-federation/nextjs-mf
ive open-sourced: https://github.com/module-federation/node But the packae needs some work / cleanup - I'm mostly using a improved version of it under nextjs-mf/src/node-plugin
Agreed. Was a tough call but ultimately it's for the betterment of the community. Others have been trying to replicate my tech for several months. Which has led to many...