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

Hot reloading not working #47

@rich-murphey

Description

@rich-murphey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions