Skip to content

Commit 5b6bb5e

Browse files
authoredAug 22, 2018
Merge pull request #1460 from webpack/docs/maintenance
docs(readme): remove obsolete maintenance note
2 parents b838274 + 6c1d8d8 commit 5b6bb5e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎README.md

-11
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)
Please sign in to comment.