Skip to content

Commit 6c1d8d8

Browse files
committedAug 21, 2018
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

-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:

4 commit comments

Comments
 (4)

rpellerin commented on Aug 28, 2018

@rpellerin

That is good news! How come? What happened?

alexander-akait commented on Aug 28, 2018

@alexander-akait
Member

@rpellerin webpack-server will be merged in webpack-dev-server (roughly speaking)

rpellerin commented on Aug 28, 2018

@rpellerin

Awesome! Any ETA? Was it publicly announced?

alexander-akait commented on Aug 28, 2018

@alexander-akait
Member

@rpellerin right now no, but will be in near future

Please sign in to comment.