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(viteroll): extract hmr chunk from normal build #77

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

hi-ogawa
Copy link
Owner

@hi-ogawa hi-ogawa commented Nov 29, 2024

  • can we start with probing new module code from chunk.modules[file].code of build output?
    • though we don't get source map
    • also cannot get new modules included after edit (we can diff entire chunk.modules)
  • fix new module import crash
  • can do something similar in rust bundler later?

This can also eliminate a hack rolldown:hmr-deadend.

Copy link
Owner Author

hi-ogawa commented Nov 29, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@hi-ogawa hi-ogawa changed the title chore(deps): update rolldown feat(viteroll): extract hmr from watch build Nov 29, 2024
@hi-ogawa hi-ogawa changed the title feat(viteroll): extract hmr from watch build feat(viteroll): extract hmr chunk from normal build Nov 29, 2024
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