You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
@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.
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
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?
The text was updated successfully, but these errors were encountered: