I need to restart parcel every time that I change the code
dancespiele opened this issue · 0 comments
dancespiele commented
if I change the code I get this error:
Error loading Rust wasm module 'wasm_modules': LinkError: "import object field '__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9' is not a Function"
__initialize http://localhost:9000/src.f10117fe.js:505
__initialize http://localhost:9000/src.f10117fe.js:501
exports http://localhost:9000/src.f10117fe.js:1099
src.f10117fe.js:510:11
LinkError: import object field '__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9' is not a Function src.f10117fe.js:505:16
To make my app works again I have to stop the parcel execution and run it again.