diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-04-07 12:58:44 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-04-07 15:01:27 -0500 |
commit | a76ab4ae689411c7b7a0099ccbabb159046f3563 (patch) | |
tree | c314ae3f6ee862186c176b9e8aee28ede03652bd /package.json | |
parent | 6410016e98fb7a1681ee6e6919f931bfb493c633 (diff) | |
download | gitlab-ce-a76ab4ae689411c7b7a0099ccbabb159046f3563.tar.gz |
upgrade webpack-dev-server to fix issues with SockJS causing odd reload behavior in firefox
https://github.com/webpack/webpack-dev-server/issues/762
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a56bca0dc32..6d4f99e33b3 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,6 @@ "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.2", - "webpack-dev-server": "^2.3.0" + "webpack-dev-server": "^2.4.2" } } |