mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 05:45:27 +00:00
Update dev.ts
This commit is contained in:
@@ -312,7 +312,7 @@ function watch_files(pattern: string, events: string[], callback: () => void) {
|
|||||||
const watcher = chokidar.watch(pattern, {
|
const watcher = chokidar.watch(pattern, {
|
||||||
persistent: true,
|
persistent: true,
|
||||||
ignoreInitial: true,
|
ignoreInitial: true,
|
||||||
disableGlobing: true
|
disableGlobbing: true
|
||||||
});
|
});
|
||||||
|
|
||||||
events.forEach(event => {
|
events.forEach(event => {
|
||||||
|
|||||||
Reference in New Issue
Block a user