lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
986 stars 126 forks source link

Fixes webpack/react hmr support #62

Closed ncrmro closed 7 years ago

ncrmro commented 7 years ago

Needed to make a few adjustments for webpack react hmr to work correctly using webpack@2.2.0

I followed the guide here. https://webpack.js.org/guides/hmr-react/#project-config

lvarayut commented 7 years ago

Thanks again @ncrmro. Could you please also apply these changes for the canary branch as well?