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 b4ae734 + de3e089 commit 9c85e37Copy full SHA for 9c85e37
index.js
@@ -18,7 +18,7 @@ function BrowserSyncPlugin(browserSyncOptions, options) {
18
self.browserSyncIsRunning = false;
19
}
20
21
-Plugin.prototype.apply = function (compiler) {
+BrowserSyncPlugin.prototype.apply = function (compiler) {
22
var self = this;
23
24
compiler.plugin('watch-run', function (watching, callback) {
@@ -45,4 +45,4 @@ Plugin.prototype.apply = function (compiler) {
45
});
46
};
47
48
-module.exports = Plugin;
+module.exports = BrowserSyncPlugin;
0 commit comments