Hot reload does not work with Netlify dev from Netlify template
See original GitHub issueWhen using npm init remix to set up a Remix project with the Netlify template, it seems like the hot reload is broken.
Steps to reproduce:
- Use
npm init remixto initiate a new project using Netlify and Typescript - Update
@remix-run/netlifyto 0.18.1 (as for now) - Run
npm run devandnpm run dev:netlify - Open localhost:3000 in browser
- Make a change in a file
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Netlify dev --live is not hot reloading when I change code
Hi! I'm just trying netlify dev and I think it is great! I'm running a gatsby website. It is a pretty much default...
Read more >Remix Netlify starter is not live reloading. #3394 - GitHub
Natively it's not working but there is a workaround. Go to your remix.config.js file and export devServerPort: 8002 from the module. And then ......
Read more >How to hot reload on netlify? - node.js - Stack Overflow
1 Answer 1 · I do this so I don't have to install node and node packages on my local machine. · The...
Read more >Configuration Options | Netlify CMS | Open-Source Content ...
All configuration options for Netlify CMS are specified in a config.yml file, in the folder where you access the editor UI (usually in...
Read more >Command Line Usage — Eleventy
Important Note: Browsersync requires a <body> tag in your template for live-reload to work properly. # Automatically run when input template files change....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

AFTER your vacation is done.
Sorry, but I haven’t gotten around to test this until now. However I can confirm that this works.
Good news that you are able to reproduce the problem