Open
Description
Version
5.0.0-beta.4
Reproduction link
Environment info
System:
OS: macOS 11.6
CPU: (8) arm64 Apple M1
Binaries:
Node: 15.9.0 - ~/.nvm/versions/node/v15.9.0/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 7.19.1 - ~/.nvm/versions/node/v15.9.0/bin/npm
Browsers:
Chrome: 94.0.4606.71
Edge: 94.0.992.38
Firefox: 91.0.2
Safari: 15.0
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
- clone https://github.com/zj9495/module-federation-examples-vue-cli
- run
yarn && yarn serve
What is expected?
the other
part should be rendered
What is actually happening?
the other
part section is not rendered
- it was caused after I upgrade the
@vue/cli-service
of theother
project from5.0.0-beta.3
to5.0.0-beta.4
- use 5.0.0-beta.3, it is working.
- use 5.0.0-beta.4, it is broken
- on
production
env, it is working