上班路上想到个事,Module Federation的shared配置得小心用啊,react和react-dom要是没对齐版本,runtime就给你报错…(吐血)
shared: {
react: { singleton: true },
'react-dom': { singleton: true }
}
登录/注册