grunge-stack icon indicating copy to clipboard operation
grunge-stack copied to clipboard

LiveReload does not work

Open LukeAskew opened this issue 2 years ago • 1 comments

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

  1. npx create-remix@latest
  2. Choose Grunge stack
  3. npm run dev after the install script finishes
  4. Open an incognito browser, change a file, see that that live reloading does not work

Expected Behavior

The page should reload and reflect the file changes.

Actual Behavior

The page does not refresh automatically. A manual refresh shows the changes, indicating that the build was successful.

LukeAskew avatar Sep 06 '22 21:09 LukeAskew

Any message in the console?

machour avatar Sep 06 '22 23:09 machour