Skip to content

Commit 6c1d8d8

Browse files
docs(readme): remove obsolete maintenance note
1 parent 898d52a commit 6c1d8d8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ live reloading. This should be used for **development only**.
1919
It uses [webpack-dev-middleware][middleware-url] under the hood, which provides
2020
fast in-memory access to the webpack assets.
2121

22-
## Project in Maintenance
23-
24-
**Please note that `webpack-dev-server` is presently in a maintenance-only mode**
25-
and will not be accepting any additional features in the near term. Most new feature
26-
requests can be accomplished with Express middleware; please look into using
27-
the [`before`](https://webpack.js.org/configuration/dev-server/#devserver-before)
28-
and [`after`](https://webpack.js.org/configuration/dev-server/#devserver-after)
29-
hooks in the documentation.
30-
31-
Use [webpack-serve](https://github.com/webpack-contrib/webpack-serve) for a fast alternative. Use webpack-dev-server if you need to test on old browsers.
32-
3322
## Getting Started
3423

3524
First thing's first, install the module:

0 commit comments

Comments
 (0)