jacobcoughenour / odin

2 stars 0 forks source link

Improve hot module replacement workflow #26

Open jacobcoughenour opened 3 years ago

jacobcoughenour commented 3 years ago

Webpack's HMR seems to not really do anything and we still have to manually refresh to see the changes. Let's fix this so it will either auto-refresh or hot-replace the components when we change them.