File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const defaultPluginOptions = {
99}
1010
1111class BrowserSyncPlugin {
12- constructor ( browserSyncOptions , pluginOptions ) {
12+ constructor ( browserSyncOptions , pluginOptions ) {
1313 this . browserSyncOptions = Object . assign ( { } , browserSyncOptions )
1414 this . options = Object . assign ( { } , defaultPluginOptions , pluginOptions )
1515
@@ -18,7 +18,7 @@ class BrowserSyncPlugin {
1818 this . isBrowserSyncRunning = false
1919 }
2020
21- apply ( compiler ) {
21+ apply ( compiler ) {
2222 const watchRunCallback = ( ) => {
2323 this . isWebpackWatching = true
2424 }
Original file line number Diff line number Diff line change 11{
22 "name" : " browser-sync-webpack-plugin" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.2.2 " ,
44 "description" : " BrowserSync and Webpack integration" ,
55 "keywords" : [
66 " webpack" ,
You can’t perform that action at this time.
0 commit comments