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

fix(hmr): ensure consistent use of compilerOptions.hmr during prebundling #956

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

dominikg
Copy link
Member

@dominikg dominikg commented Aug 5, 2024

This avoid a compatibility issue if prebundled client code compiled with hmr false hydrates server code compiled with hmr true. Even if it should be identical now that might not be true in the future.

@dominikg dominikg merged commit b6e037a into main Aug 5, 2024
6 checks passed
@dominikg dominikg deleted the fix/consistent-hmr-compile-option branch August 5, 2024 21:06
@github-actions github-actions bot mentioned this pull request Aug 5, 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.

2 participants