Zack Jackson
Zack Jackson
If anyone is stuck on this, you could monkey patch it, assuming the function is exported. Require.cache[require.resolve(file)].exports = your own code
Not sure about next. But in webpack we inject the script then remove it to prevent memory leaks. If the script registers a global, does it matter if the Js...
Share as `@mui/` with the trailing slash on the end of the key
Would you consider moving the webpack 4 package to the module federation organization and shipping it under the MF namespace you’d be added as a maintainer/admin of the repo and...
Ill cut a repo, DM me on twitter if you have it or here's my slack link https://join.slack.com/t/scriptedalchemy/shared_invite/zt-1ffts0ws7-Xkjiw7yXTvd6ouwnlQxx2w
Sharing should be done with care - since shared modules cannot be tree shaken. If you need a singleton (like things that depend on react context), then it must be...
ESM has not been a problem for me, automatic federation plugin is very out of date and does not cater for package exports resolution putting a trailing slash on end...
Consider booking a call. This is tricky to document. Free of charge. I'll record the session and post it back here for others. Easier to talk than write. I cannot...
Didn't record. But should have. Dm me happy to do another.
It looks like this is not related to ChildCompiler specifically - but ContainerPlugin itself