mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-03-13 20:54:51 +00:00
use nightmare for testing
This commit is contained in:
@@ -21,7 +21,8 @@ update();
|
||||
|
||||
if (dev) {
|
||||
const watcher = chokidar.watch(`${src}/**/*.+(html|js|mjs)`, {
|
||||
ignoreInitial: true
|
||||
ignoreInitial: true,
|
||||
persistent: false
|
||||
});
|
||||
|
||||
watcher.on('add', update);
|
||||
|
||||
Reference in New Issue
Block a user