sherbakovdev
Results
3
comments of
sherbakovdev
Same issue.
Were you able to solve this?
There is another plugin for dynamic remotes that works with rspack. ``` import { importRemote } from "@module-federation/utilities"; const ShellService = React.lazy(() => importRemote({ scope: "shell", module: "./ShellService", remoteEntryFileName: "remoteEntry.js",...