rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Feat]: HMR is not implemented for module chunk format yet

Open lzxb opened this issue 6 months ago • 1 comments

System Info

System: OS: macOS 13.2.1 CPU: (8) arm64 Apple M1 Memory: 54.69 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 20.13.1 - ~/.nvm/versions/node/v20.13.1/bin/node Yarn: 1.22.22 - ~/.nvm/versions/node/v20.13.1/bin/yarn npm: 10.5.2 - ~/.nvm/versions/node/v20.13.1/bin/npm pnpm: 8.15.8 - ~/.nvm/versions/node/v20.13.1/bin/pnpm bun: 1.1.13 - ~/.bun/bin/bun Browsers: Safari: 16.3 npmPackages: @rspack/core: 1.0.0-beta.2 => 1.0.0-beta.2

Details

Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues Message: internal error: entered unreachable code: HMR is not implemented for module chunk format yet Location: crates/rspack_plugin_runtime/src/module_chunk_format.rs:104

Reproduce link

https://github.com/lzxb/ssr-rspack-vue2

Reproduce Steps

  1. pnpm i
  2. pnpm dev
  3. Modify a file

lzxb avatar Aug 03 '24 12:08 lzxb