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: hotUpdate chunk should have correct runtime #8273

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

JSerFeng
Copy link
Contributor

Summary

fix #7962

related: webpack/webpack#18901

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Oct 30, 2024
Copy link

netlify bot commented Oct 30, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit efca9a7
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/67244aab2cf90a0008f428f4

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Oct 30, 2024
@JSerFeng JSerFeng force-pushed the fix/worker-add-runtime branch from bfa6708 to efca9a7 Compare November 1, 2024 03:27
@LingyuCoder LingyuCoder marked this pull request as ready for review November 1, 2024 04:06
@JSerFeng JSerFeng merged commit 2020005 into main Nov 1, 2024
30 checks passed
@JSerFeng JSerFeng deleted the fix/worker-add-runtime branch November 1, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: When using a web worker with lazyCompilation enabled, a compilation error occurs.
2 participants