Zack Jackson
Zack Jackson
You're likely not running remote containers over wds. The issue appears when WDS is used to host containers. I've experienced this issue and it still remains. Though I've not tested...
You can't unload react and magically load another copy. Webpack can only negotiate versions sharing of singletons upfront. Only use module-federation-examples for configuring. Your webpack config is old and you're...
Yeeeeee!!! 🥳 Thrilled it resolved the problem. Where did you read about the old config? Or is this just an old copy from beta 16 that you've been using. Need...
Ahhh yep. He helped me build out some examples, he was the first outside user. Module federation examples was actually based on his initial effort to help us make example...
if theres a static import, then webpack needs to provide it upfront as part of the main bundle since some pages might need it.
Bump - we still should address this it not already
I think it may be a bug if the default isn’t resolving to something. If you’re doing a “deep” import into the package. Then trailing slash is needed
It’s in the ESM directory. There’s a series of plugins there. You can also see what plugins are applied when by looking at the applyOptions file. It takes the config...
You can’t do this on cloudflare. It isn’t node. There’s no vm.compile, new Function, eval - so there’s no way to pipe code into CF from outside. That said I’m...
Can we move this forwards please