You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# 2.x (unreleased)
2
2
3
+
# 2.1.0-beta.9
4
+
5
+
- Add support for watching files provided by the `contentBase` option. Enable with `watchContentBase: true` or `--watch-content-base` in the CLI ([#649](https://github.com/webpack/webpack-dev-server/pull/649)).
6
+
- Support IPv6 addresses as `host` option ([#644](https://github.com/webpack/webpack-dev-server/pull/644)).
7
+
- Fix `historyApiFallback` taking preference of `contentBase` files instead of the in-memory files; this caused issues with html-webpack-plugin ([#640](https://github.com/webpack/webpack-dev-server/issues/640)).
8
+
- Fix edge case where rapidly refreshing the page caused the server to crash ([#637](https://github.com/webpack/webpack-dev-server/pull/637)).
9
+
3
10
# 2.1.0-beta.8
4
11
5
12
- Add full Web Worker support ([#632](https://github.com/webpack/webpack-dev-server/pull/632)).
0 commit comments