Zack Jackson
Zack Jackson
Adding this to make it easier to access opencode server from the browsers / apps without having to build out reverse proxies to it.
The idea behind it is you do not need a import() to make federation work. No eager consumption issue is possible because the entrypoints use async startup and call ensureChunkHandler...
Agreed, but i think that if we do so, we will have to accept that some aspects may be untestable on their own. We may have to queue some tests...
Perfect, unit test will work. ill look through this pr and my own source code and see how i can break it tup This was a massive implementation on my...
Agreed. Alex would you be willing to help me adjust some of the aspects here? If I break it up into small parts. Just for sake of speeder implementation it...
What hooks and logic Alex? Do you have pseudo example of what you're imagining?
> @ScriptedAlchemy For example - https://github.com/webpack/webpack/pull/18942/files#diff-1f6c9dd2a670408f845477b54bae6d20edd21b5304a7bfc8313eb904f844e4b3R43 and https://github.com/webpack/webpack/pull/18942/files#diff-1f6c9dd2a670408f845477b54bae6d20edd21b5304a7bfc8313eb904f844e4b3R108, why do not create a plugin or put in the exsting inside https://github.com/webpack/webpack/tree/main/lib/container? The current file is definitely not quite correct place....
Perfect. I'll start once I return from conferences some time next week