Open nstansbury opened 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
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