We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0611792 commit 78927e1Copy full SHA for 78927e1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 1.15.2 (2016-09-14)
2
+
3
+- Backport a few fixes from v2 ([#604](https://github.com/webpack/webpack-dev-server/pull/604)):
4
+ - Using https and manually including the client script resulted in a wrong url for the websocket.
5
+ - Manually including the client script didn't work resulted in a wrong url for the websocket in some cases.
6
+ - Compatibility with platforms that don't use a hostname (Electron / Ionic).
7
8
# 1.15.1 (2016-08-31)
9
10
- Fix the `bypass` config option for proxies (#563).
0 commit comments