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 51b9ebb commit f19834aCopy full SHA for f19834a
index.js
@@ -26,6 +26,10 @@ BrowserSyncPlugin.prototype.apply = function (compiler) {
26
callback(null, null);
27
});
28
29
+ compiler.plugin('compilation', function () {
30
+ self.browserSync.notify('Rebuilding');
31
+ });
32
+
33
compiler.plugin('done', function (stats) {
34
if (self.webpackIsWatching) {
35
if (self.browserSyncIsRunning) {
0 commit comments