module.exports = { plugins: [ newModuleFederationPlugin({ name:"app_two_remote", library: { type:"var", name:"app_two_remote"}, filename:"remoteEntry.js", exposes: { “./Dialog”:"./src/Dialog" }, remotes: { app_one:"app_one_remote", }, shared: ["react","react-dom","reac...
www.dbjr.com.cn/article/1972...htm 2025-6-2