Zack Jackson
Zack Jackson
@brainhubeu @piotr-s-brainhub @RobertHebel is there anything we can do to get this merged. Currently experiencing UX issues without it and would prefer an npm `@next` tag over forking and publishing...
Okay, so the issue here is that WDS is likely appending its own entrypoint to the array / injecting a "require" to the hmr client. That typically serves as the...
Will take a look, thanks @sokra
Looks like we want to modify this ```js const prependEntry = (originalEntry, additionalEntries) => { if (typeof originalEntry === 'function') { return () => Promise.resolve(originalEntry()).then((entry) => prependEntry(entry, additionalEntries) ); }...
Opening PR, will need to work on / help on test case
Each host has a name. Webpack usually appends a name to the remote containers. So they get their own name. Webpack accesses the runtime via window.app1.get. App1 is the name...
Quoting from a comment I left on recently merged PR: If you have the remotes on the page immediately. Like hardcoded. All remote code should transport down in a single...
@theKashey how can I import and push extra chunk names into your context. How can we have loadable read the remote containers chunks. I can have webpack infer this from...
Okay, I'm on my iPad to cant really code much. Here's what the startup code will look like. (Check module federation examples/startup-code) to see it configured in webpack. This entrypoint...
There's other issues that block webpack support besides this :/ But I'll push a branch somewhere soon that you can look at