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
985 stars 126 forks source link

react-hot loader #5

Closed frnk94 closed 8 years ago

frnk94 commented 8 years ago

Hot-loading replacement module dosen't work for me without this...

lvarayut commented 8 years ago

Thanks for your PR. However, I don't think we need the react-hot-loader module as it is deprecated in favor of React Transform. I already integrated the React Transform and it's working very well. Not sure what doesn't work for you.

frnk94 commented 8 years ago

image

Im not sure what causing this issue then cause I npm installed and it cant hot-reload :/

frnk94 commented 8 years ago

@lvarayut Thanks It was an ENV issue... I used dev instead of development and forgot to changed it on .babelrc 😅

lvarayut commented 8 years ago

Glad you figured it out :smile: