MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Revert webpack caching #31

Closed claus closed 6 years ago

claus commented 6 years ago

This fixes a weird issue i ran into where on non-root routes only, after one or more HMRs, a hard reload resulted in HMRs kicking in sequentially for each change made. Not sure what exactly caused this, but reverting this fixes it. Maybe no need to revert this on prod?

chrisjcodes commented 6 years ago

@stevescavo @rynocouse for visibility