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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# 2.x (unreleased)
2
2
3
+
# 2.1.0-beta.8
4
+
5
+
- Add full Web Worker support ([#632](https://github.com/webpack/webpack-dev-server/pull/632)).
6
+
- Fix `historyApiFallback` not working when specifying an index that is not `index.html` ([#627](https://github.com/webpack/webpack-dev-server/pull/627), [cb1b32f](https://github.com/webpack/webpack-dev-server/commit/cb1b32fa6c57ec3ae9d16be129279df9448cb29f)).
7
+
- Add support for new SSL parameters: `pfx` and `pfxPassphrase`. Use with `--pfx` and `--pfx-passphrase` in the CLI ([#631](https://github.com/webpack/webpack-dev-server/pull/631)).
8
+
3
9
# 2.1.0-beta.7
4
10
5
11
- Add support for http/2 when using the `https` option. Falls back on http/1.1.
0 commit comments