Zack Jackson

Results 1017 comments of Zack Jackson

Not saying this is 100% the case, but in webpack i accidentally ran a parallel build task over module-federation-examples which issues 179 webpack builds at once. My computer froze up...

@andtii you could swap out dll plugin with module federation shared modules. This is at runtime and not as unreliable or prone to central failure as dll and externals. Federation...

Federation was founded on DLL. If you look at classes. We have container pkugin and container reference. You can control the at runtime dependency loading or decisioning. As far as...

Gotcha. Thanks for the information.

Rspack includes v1.5 update of module federation apis. DLL and DLLReference are very similar to Container and ContainerReference, just the json versions of them, but its still externals. IF caching...

this would be the same as DLL, if you served the assets together (vendor remote + the bundle), you can control the module routing and force everyone to explicitly load...

After I finish http import APIs I'll take a look at this plugin and see how hard it would be to port into rust.

Its more than possible. Since single spa already suggests module federation for many use cases and we support all the build specifications required. You can follow single spa's module federation...

Consider filing an issue on rspack if you think there's a problem with css loader.