TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

Webpack watcher doesn't notice some code changes (i.e. does not rebuild automatically) #88

Closed jamesyoungman closed 2 years ago

jamesyoungman commented 2 years ago

If you edit a TypeScript source file, the webpack watcher rebuilds the code (and reloads it). But if you edit some of the Rust code (which gets compiled to WASM) this won'thappen; instead you have to stop the "webpack dev" server, do "npm run build" and re-run "npm run dev". This would probably be fixed easily if I only knew more about webpack configuration.