We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be78ab5 commit 7790ae9Copy full SHA for 7790ae9
CHANGELOG.md
@@ -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