File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Some of the benefits of using this middleware include:
2424has completed.
2525- Supports hot module reload (HMR).
2626
27+ ## Requirements
28+
29+ This module requires a minimum of Node v6.9.0 and Webpack v4.0.0, and must be used with a
30+ server that accepts express-style middleware.
31+
2732## Getting Started
2833
2934First thing's first, install the module:
@@ -34,11 +39,6 @@ npm install webpack-dev-middleware --save-dev
3439
3540_ Note: We do not recommend installing this module globally._
3641
37- ## Requirements
38-
39- ` webpack-dev-middleware ` requires Node v6 or higher, and must be used with a
40- server that accepts express-style middleware.
41-
4242## Usage
4343
4444``` js
@@ -427,4 +427,4 @@ We welcome your contributions! Please have a read of [CONTRIBUTING.md](CONTRIBUT
427427[middleware-url]: https://github.com/webpack/webpack-dev-middleware
428428[stack-url]: https://stackoverflow.com/questions/tagged/webpack-dev-middleware
429429[uglify-url]: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
430- [wjo-url]: https://github.com/webpack/webpack.js.org
430+ [wjo-url]: https://github.com/webpack/webpack.js.org
You can’t perform that action at this time.
0 commit comments