summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-07 12:58:44 -0500
committerMike Greiling <mike@pixelcog.com>2017-04-07 15:01:27 -0500
commita76ab4ae689411c7b7a0099ccbabb159046f3563 (patch)
treec314ae3f6ee862186c176b9e8aee28ede03652bd /package.json
parent6410016e98fb7a1681ee6e6919f931bfb493c633 (diff)
downloadgitlab-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.json2
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"
}
}