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 bcacec0 + bec45e4 commit 39ccbadCopy full SHA for 39ccbad
index.js
@@ -1,7 +1,7 @@
1
var _ = require('lodash');
2
var browserSync = require('browser-sync');
3
4
-function Plugin(browserSyncOptions, options) {
+function BrowserSyncPlugin(browserSyncOptions, options) {
5
var self = this;
6
7
var defaultOptions = {
0 commit comments