aliyun / alibabacloud-alfa

阿里云微前端解决方案
https://aliyun.github.io/alibabacloud-alfa
MIT License
846 stars 83 forks source link

demo中的React子应用出错 #59

Closed royalrover closed 3 years ago

royalrover commented 3 years ago

子应用React有问题,构建配置文件需改为: chainOsWebpack({ id: 'os-example' })(chain); entry: { 'os-example': './src/index.js', // 'os-example2': './src/index2.js' },

另外,React宿主应用的manifest引用需要修改为 manifest="http://localhost:8082/os-example.manifest.json"