Skip to content

Commit

Permalink
Merge pull request #1289 from opencomponents/watch-use-polling
Browse files Browse the repository at this point in the history
use polling on watch
  • Loading branch information
ricardo-devis-agullo authored Feb 9, 2022
2 parents 6d4b4b1 + 3b4085c commit 4680a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/domain/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function watch(
ignored: settings.filesToIgnoreOnDevWatch,
persistent: true,
ignoreInitial: true,
usePolling: false
usePolling: true
});
const onChange = (fileName: string) => {
const componentDir = dirs.find(dir =>
Expand Down

0 comments on commit 4680a58

Please sign in to comment.