We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hot reloading is not working for me at least.
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.
It should hot reload after each edit.
It hot reloads once only. All succeeding edits are ignored, even though it appears to compile and bundle.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: