Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create vite-plugin-simple-hmr #157

Merged
merged 48 commits into from
Feb 9, 2024
Merged

feat: create vite-plugin-simple-hmr #157

merged 48 commits into from
Feb 9, 2024

Conversation

hi-ogawa
Copy link
Owner

@hi-ogawa hi-ogawa commented Jan 26, 2024

Initially copied from hi-ogawa/repro-vite-runtime-ssr-react#1

todo

  • ast analysis
  • explore hot.prune/dispose (this is not probably for detecting certain generation of module is not referenced by other modules)
  • explore proxy approach
  • allow customizing accept condition (e.g. full reload if there is non-component export)
  • test with feat: integrate vite runtime #155

@hi-ogawa hi-ogawa mentioned this pull request Jan 26, 2024
6 tasks
@hi-ogawa hi-ogawa changed the title feat(vite-plugin-hmr): create vite-plugin-hmr feat: create vite-plugin-hmr Jan 26, 2024
@hi-ogawa hi-ogawa marked this pull request as ready for review January 31, 2024 02:31
Base automatically changed from feat-vite-runtime-ssr-middleware to main February 9, 2024 00:55
@hi-ogawa hi-ogawa changed the title feat: create vite-plugin-hmr feat: create vite-plugin-simple-hmr Feb 9, 2024
@hi-ogawa hi-ogawa merged commit 230754f into main Feb 9, 2024
3 checks passed
@hi-ogawa hi-ogawa deleted the feat-vite-plugin-hmr branch February 9, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant