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.
2 parents 6d4b4b1 + 3b4085c commit 4680a58Copy full SHA for 4680a58
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