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 8233c9f commit 60a07ccCopy full SHA for 60a07cc
index.js
@@ -27,7 +27,7 @@ BrowserSyncPlugin.prototype.apply = function (compiler) {
27
});
28
29
compiler.plugin('compilation', function () {
30
- if (self.isBrowserSyncRunning) {
+ if (self.isBrowserSyncRunning && self.browserSyncOptions.notify) {
31
self.browserSync.notify('Rebuilding...');
32
}
33
0 commit comments