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

Hot reloading not working #47

Open
rich-murphey opened this issue Jun 4, 2020 · 0 comments
Open

Hot reloading not working #47

rich-murphey opened this issue Jun 4, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@rich-murphey
Copy link

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.

@rich-murphey rich-murphey added the bug Something isn't working label Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant