Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Hot Reloading #4

Open
PrudhviRaj5 opened this issue Jun 10, 2017 · 2 comments
Open

Problem with Hot Reloading #4

PrudhviRaj5 opened this issue Jun 10, 2017 · 2 comments

Comments

@PrudhviRaj5
Copy link

First of all, Thank you!! I have been looking for a boilerplate which includes React, SASS and webpack2 with most updated version and config. I had trouble setting up on my own, mainly on SASS compilers and also hot reloading.
I had cloned your repository and did

npm install 
node server.js

The modules compiled successfully, but when I make some changes to App.js and save it, these changes are not being reflected on the browser even after I reload the browser. could you please help me with this problem?

@jaredLunde
Copy link
Owner

Odd, I just followed your steps and I couldn't replicate the issue. Mind telling me which browser/OS you're using? Also, check your javascript console. Do you get any errors?

@PrudhviRaj5
Copy link
Author

PrudhviRaj5 commented Jun 10, 2017

@jaredLunde compilation of the bundles had happened only once in the begining when I start the server. I have added extra <span>test</span> tag to App.js and saved it. Ideally bundle should recompile again, but that's not happening. I also don't see any errors or for that matter any updates in the terminal console dashboard and browser's console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants