ianjsikes / rust-wasm-webpack-tutorial

Finished example project for my guide on setting up a Webpack project with Rust and WebAssembly
https://medium.com/@ianjsikes/get-started-with-rust-webassembly-and-webpack-58d28e219635
MIT License
121 stars 14 forks source link

Add watch mode and prevent browser caching #3

Closed bwasty closed 7 years ago

bwasty commented 7 years ago

A watch mode is always nice, and without disabling caching a hard reload is required after every change.

bwasty commented 7 years ago

FYI, I made some larger changes and created a separate repo: https://github.com/bwasty/rust-wasm-webpack-template.

ianjsikes commented 7 years ago

Thank you so much, looks good.