How to change chunk load url?
I’m using two Next.js applications and employing webpack to set up module federation for configuring micro-frontends. At the host, I successfully load remoteEntry.js
, but when loading related modules, it falls back to using the host’s address to load modules.