jesperume
Results
2
comments of
jesperume
Thanks for the detailed explanation. I managed to solve the issue with live_update by switching from dockerd to containerd runtime in rancher desktop. And in the tiltfile use nerdctl_build instead...
I solved it with this workaround in `rspack.config.ts`: ``` export default composePlugins( withNx(), withReact(), withModuleFederation(config, { dts: false }), (config: any) => { // Fix to set correct configuration for...