parcel-plugin-wasm-pack
parcel-plugin-wasm-pack copied to clipboard
[Question] Automatically rebuild Parcel on Rust File Change
Hello and thank you for the terrific plugin, this has been very useful.
Is there a way to setup Parcel with this plugin so that running parcel src/index.html
will automatically notice changes to referenced .rs
files, invalidate the cache, and trigger a rebuild?
Apologies if I'm missing something obvious here. Currently we're running rm -rf .cache dist
to get Parcel to pick up changes to the referenced .rs
files.
Hey @wpride … apologies for the super late reply. I don't have a ton of time to work on this these days, but I thought that this was working (at one point anyway). I will have some time over the holidays and will take a look.