-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
When working with Vite, HMR updates happen frequently, but there’s currently no centralized way to observe or track them over time.
Suggested solution
Introduce a dedicated DevTools page that records and visualizes HMR updates in real time.
This view could include:
- A timeline or log of HMR events
- The files/modules that triggered each update
- Frequency of updates (to detect noisy modules)
- Optional visual highlighting of affected areas in the UI (vite scan? #231)
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request