-
-
Notifications
You must be signed in to change notification settings - Fork 374
Closed
Labels
Description
Clear and concise description of the problem
Currently, developers cannot use Chrome DevTools to debug when developing microservices architecture using Module Federation. However, Chrome DevTools is critical for frontend development, and developers need better support to debug and troubleshoot issues during the project development.
Therefore, we need to extend Module Federation to support debugging using Chrome DevTools. We hope that developers will be able to use Chrome DevTools to monitor and debug Module Federation's processes, so as to better control and manage microservices architecture.
Suggested solution
List of requirements:
- Ability to track and debug remote Module Federation modules through Chrome DevTools
- Ability to filter Module Federation modules by module name, dependency, status, etc.
- Ability to broker remote modules offline and maintain a hot update experience
Alternative
No response
Additional context
Currently within ByteDance, we offer devtools for module federation, which we plan to open source
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.