We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4b4b1 commit 3b4085cCopy full SHA for 3b4085c
src/cli/domain/watch.ts
@@ -12,7 +12,7 @@ export default function watch(
12
ignored: settings.filesToIgnoreOnDevWatch,
13
persistent: true,
14
ignoreInitial: true,
15
- usePolling: false
+ usePolling: true
16
});
17
const onChange = (fileName: string) => {
18
const componentDir = dirs.find(dir =>
0 commit comments