You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,6 @@ live reloading. This should be used for **development only**.
19
19
It uses [webpack-dev-middleware][middleware-url] under the hood, which provides
20
20
fast in-memory access to the webpack assets.
21
21
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.
0 commit comments