zhouyiwan

Results 1 comments of zhouyiwan

这个问题应该是子应用的publicpath丢失了,可以固定一下子应用打包配置中的publicpath。 再加上联邦模块中的library配置 new ModuleFederationPlugin({ name: 'react18_mf2', filename: 'remoteEntry.js', library: { name: 'react18_mf2', type: 'window', }, ... }