From 6c1d8d8ea1c06831a4360cdb661cc58bb52d77ec Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Wed, 22 Aug 2018 00:40:39 +0200 Subject: [PATCH] docs(readme): remove obsolete maintenance note --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 37c9b00d0a..37c34c1fec 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,6 @@ live reloading. This should be used for **development only**. It uses [webpack-dev-middleware][middleware-url] under the hood, which provides fast in-memory access to the webpack assets. -## Project in Maintenance - -**Please note that `webpack-dev-server` is presently in a maintenance-only mode** -and will not be accepting any additional features in the near term. Most new feature -requests can be accomplished with Express middleware; please look into using -the [`before`](https://webpack.js.org/configuration/dev-server/#devserver-before) -and [`after`](https://webpack.js.org/configuration/dev-server/#devserver-after) -hooks in the documentation. - -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. - ## Getting Started First thing's first, install the module: