-
-
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
We have a micro-frontend architecture, and our newest MFE is using Vite 8.
For HMR, we have this in our entry file, which works well. It would be great to have a similar option for the DevTools.
import "@vitejs/plugin-react/preamble";Suggested solution
Add a preamble for DevTools.
import "@vitejs/devtools/preamble";Alternative
No response
Additional context
I'm not sure how this would work across multiple MFEs, or if that's on your roadmap.
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