parcel-plugin-wasm-pack icon indicating copy to clipboard operation
parcel-plugin-wasm-pack copied to clipboard

[Question] Automatically rebuild Parcel on Rust File Change

Open wpride opened this issue 4 years ago • 1 comments

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.

wpride avatar Nov 09 '20 16:11 wpride

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.

mysterycommand avatar Dec 23 '20 00:12 mysterycommand