module-federation / core

Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
https://module-federation.io/
MIT License
1.56k stars 243 forks source link

chrome-devtools is currently not working #3265

Closed h11g closed 3 days ago

h11g commented 1 week ago

Describe the bug

chrome devtools cannot obtain moduleInfo

image image

Reproduction

https://codesandbox.io/p/devbox/vdfm3l

Used Package Manager

pnpm

System Info

System:
    OS: macOS 15.1.1
    CPU: (8) arm64 Apple M3
    Memory: 68.34 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node
    Yarn: 1.22.22 - ~/.nvm/versions/node/v20.14.0/bin/yarn
    npm: 10.8.1 - ~/.nvm/versions/node/v20.14.0/bin/npm
    pnpm: 9.13.2 - ~/.nvm/versions/node/v20.14.0/bin/pnpm
    bun: 1.1.12 - ~/.bun/bin/bun
  Browsers:
    Chrome: 131.0.6778.86
    Safari: 18.1.1

Validations

ScriptedAlchemy commented 3 days ago

reproduction link looks incomplete.

h11g commented 3 days ago

Note: To configure remote, you need to use mf-manifest.json instead of remoteEntry.js to use chrome-devtool.