You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for contributing to CRXJS! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within 7 days.
Describe the problem
When the modification is not a
Vue Component
(such asbackground.ts
), the web page will be refreshed frequently, causing the browser to crashDescribe the proposed solution
Add a configuration to keep
HMR
without refreshing the web page, I can manually refresh the web page if necessary.Alternatives considered
vite build --watch
mode maybe solve it.Importance
would make my life easier
The text was updated successfully, but these errors were encountered: