fdaciuk / workflow-reactjs

My workflow with ReactJS + Webpack 3+
146 stars 51 forks source link

React hot loader isn't working properly #5

Closed victormiguez closed 7 years ago

victormiguez commented 7 years ago

Hey @fdaciuk!

It looks like after the dependencies update the hot loader stopped working, did you noticed this? Probably it's a dependency version problem, but not sure yet. I'm trying to figure it out.

fdaciuk commented 7 years ago

Hey @victormiguez! Try to delete node_modules and install all dependencies again, or just run yarn update-packages =)

fdaciuk commented 7 years ago

Let me know if it worked for you.

victormiguez commented 7 years ago

Thanks for the fast reply! :)

I did this, but still the same behavior. Here is my console output:

captura de tela 2017-02-14 as 10 30 26

Although it say that is updating, nothing happens. This warning is new, it wasn't happening before, probably something related with the async.

Steps that I'm doing:

node version: 7.5.0 yarn version: 0.19.1

fdaciuk commented 7 years ago

Please, try:

This should works xD

fdaciuk commented 7 years ago

@victormiguez it worked?

fdaciuk commented 7 years ago

@victormiguez I'll close this issue, but if the solution doesn't work for you, we open it again, ok?

victormiguez commented 7 years ago

@fdaciuk still the same :/ But it's not a bug in your project, make sense to keep it closed. I'm passing trough the same problem in other environments, looks like something is wrong with the last version of hot reloader. If I find a solution I update here. Thanks for the support! 👊

fdaciuk commented 7 years ago

Hey, let's fix it together! =) Which node.js version are you using?