This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Description
Describe the Bug
Hot reloading is not working for me at least.
Steps to Reproduce
cargo install wasm-pack
git clone https://github.com/rustwasm/rust-parcel-template
cd rust-parcel-template
npm install parcel-bundler
npm run start
Then edit crate/src/lib.rs and save it multiple times.
Expected Behavior
It should hot reload after each edit.
Actual Behavior
It hot reloads once only. All succeeding edits are ignored, even though it appears to compile and bundle.