alexmingoia / pux-starter-app

Starter Pux app w/ hot-reloading and isomorphic routing and rendering
https://www.purescript-pux.org
BSD 3-Clause "New" or "Revised" License
101 stars 39 forks source link

Fixed hot reloading (by upgrading to webpack2) #26

Closed sleexyz closed 7 years ago

sleexyz commented 8 years ago

Currently on file change, the app does a full refresh: see #25 for more details.

Upgrading to webpack2 seems to get HMR working again.

fixes #25 fixes #24

rosenk commented 7 years ago

What are we waiting for?