Skip to content

Commit 7790ae9

Browse files
committed
Add changelog for 2.0 release
1 parent be78ab5 commit 7790ae9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 2.0 (unreleased)
2+
3+
- Only compatible with webpack v2.
4+
- Add compatibility for web workers (#298).
5+
- `--inline` is enabled by default now.
6+
- Convert to `yargs` to handle commandline options.
7+
- Allow a `Promise` instead of a config object in the CLI (#419).
8+
- Add `--hot-only` flag, a shortcut that adds `webpack/hot/only-dev-server` in `entry` in the webpack config (#439).
9+
10+
For the 1.x changelog, see the [webpack-1 branch](https://github.com/webpack/webpack-dev-server/blob/webpack-1/CHANGELOG.md).

0 commit comments

Comments
 (0)