Skip to content

Commit

Permalink
Revert "Fixed: Browsersync keeps refreshing jhipster#8275"
Browse files Browse the repository at this point in the history
This reverts commit 0486fcf
  • Loading branch information
vishal423 committed Sep 13, 2018
1 parent 237a3f6 commit c2f3649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generators/client/templates/angular/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<%_ } _%>
"angular-router-loader": "0.8.5",
"angular2-template-loader": "0.6.2",
"browser-sync": "2.24.4",
"browser-sync": "2.24.6",
"browser-sync-webpack-plugin": "2.2.2",
"cache-loader": "1.2.2",
<%_ if (protractorTests) { _%>
Expand Down Expand Up @@ -144,7 +144,7 @@
<%_ }); _%>
"webpack": "4.8.0",
"webpack-cli": "2.1.3",
"webpack-dev-server": "3.1.4",
"webpack-dev-server": "3.1.5",
"webpack-merge": "4.1.2",
"webpack-notifier": "1.6.0",
"webpack-visualizer-plugin": "0.1.11",
Expand Down
4 changes: 2 additions & 2 deletions generators/client/templates/react/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ limitations under the License.
"@types/selenium-webdriver": "3.0.10",
<%_ } _%>
"@types/webpack-env": "1.13.6",
"browser-sync": "2.24.4",
"browser-sync": "2.24.6",
"browser-sync-webpack-plugin": "2.2.2",
"cache-loader": "1.2.2",
<%_ if (protractorTests) { _%>
Expand Down Expand Up @@ -163,7 +163,7 @@ limitations under the License.
"typescript": "3.0.1",
"webpack": "4.17.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.4",
"webpack-dev-server": "3.1.6",
"webpack-merge": "4.1.4",
"webpack-notifier": "1.6.0",
"workbox-webpack-plugin": "3.4.1",
Expand Down

0 comments on commit c2f3649

Please sign in to comment.