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 4014679 + 4b3d4e9 commit 5098a69Copy full SHA for 5098a69
lib/FilesWatcher.js
@@ -22,7 +22,7 @@ FilesWatcher.prototype.watch = function () {
22
this.watchers = this.watchPaths.map(function (watchPath) {
23
return chokidar.watch(
24
watchPath,
25
- { persistent: true }
+ { persistent: true, alwaysStat: true }
26
)
27
.on('change', function (filePath, stats) {
28
if (this.isFileSupported(filePath)) {
0 commit comments