Skip to content

Commit

Permalink
Merge pull request #1460 from webpack/docs/maintenance
Browse files Browse the repository at this point in the history
docs(readme): remove obsolete maintenance note
  • Loading branch information
evilebottnawi committed Aug 22, 2018
2 parents b838274 + 6c1d8d8 commit 5b6bb5e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 5b6bb5e

Please sign in to comment.