micro-dev icon indicating copy to clipboard operation
micro-dev copied to clipboard

micro-dev restarts on non-source code changes

Open nstansbury opened this issue 4 years ago • 0 comments

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

nstansbury avatar Feb 24 '20 22:02 nstansbury