Skip to content

Commit 4680a58

Browse files
Merge pull request #1289 from opencomponents/watch-use-polling
use polling on watch
2 parents 6d4b4b1 + 3b4085c commit 4680a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/domain/watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function watch(
1212
ignored: settings.filesToIgnoreOnDevWatch,
1313
persistent: true,
1414
ignoreInitial: true,
15-
usePolling: false
15+
usePolling: true
1616
});
1717
const onChange = (fileName: string) => {
1818
const componentDir = dirs.find(dir =>

0 commit comments

Comments
 (0)