vercel / micro-dev

The development environment for `micro`
MIT License
706 stars 77 forks source link

micro-dev restarts on non-source code changes #112

Open nstansbury opened 4 years ago

nstansbury commented 4 years ago

A microservice updates a log file with a non-source code extn, micro-dev server detects changes to non-source file and hot reloads needlessly.

Expected: micro-dev should monitor [.js,.jsm] source file only for hot reloading, ideally only source files require()'d or import()'ed