We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codeSync: false
1 parent 2229394 commit a6bba5aCopy full SHA for a6bba5a
lib/internal-events.js
@@ -86,6 +86,7 @@ module.exports = function (bs) {
86
});
87
88
var coreNamespacedWatchers = fromEvent(bs.events, "file:changed")
89
+ .filter(function() { return bs.options.get("codeSync") })
90
.filter(function(x) { return x.namespace === "core" });
91
92
var handler = fileHandler.fileChanges(coreNamespacedWatchers, bs.options)
0 commit comments