-
-
Notifications
You must be signed in to change notification settings - Fork 571
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
HMR API exist in production build #4300
Comments
JSerFeng
added
bug
Something isn't working
pending triage
The issue/PR is currently untouched.
labels
Oct 11, 2023
github-actions
bot
added
the
team
The issue/pr is created by the member of Rspack.
label
Oct 11, 2023
ahabhgk
added
p2-signifincant
and removed
pending triage
The issue/PR is currently untouched.
labels
Oct 11, 2023
2 tasks
This was referenced Oct 16, 2023
Merged
This was referenced Oct 24, 2023
2 tasks
2 tasks
This was referenced Nov 20, 2023
Merged
This was referenced Jul 18, 2024
This was referenced Jul 27, 2024
Draft
Merged
This was referenced Aug 16, 2024
This was referenced Aug 23, 2024
2 tasks
This was referenced Sep 10, 2024
2 tasks
2 tasks
This was referenced Nov 5, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Info
System:
OS: macOS 14.0
CPU: (10) arm64 Apple M1 Max
Memory: 2.40 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.14.0 - ~/.nvm/versions/node/v18.14.0/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.14.0/bin/yarn
npm: 9.3.1 - ~/.nvm/versions/node/v18.14.0/bin/npm
pnpm: 8.6.9 - ~/.nvm/versions/node/v18.14.0/bin/pnpm
Browsers:
Chrome: 117.0.5938.149
Safari: 17.0
npmPackages:
@rspack/cli: ^0.3.6 => 0.3.6
Details
import.meta.hot
andimport.meta.webpackHot
exist in production build.input:
webpack output:
rspack output
Reproduce link
https://github.com/JSerFeng/rspack-issues
Reproduce Steps
pnpm i
see the differences between
pnpm run build:webpack
andpnpm run build:rspack
The text was updated successfully, but these errors were encountered: