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:
24
24
has completed.
25
25
- Supports hot module reload (HMR).
26
26
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
+
27
32
## Getting Started
28
33
29
34
First thing's first, install the module:
@@ -34,11 +39,6 @@ npm install webpack-dev-middleware --save-dev
34
39
35
40
_ Note: We do not recommend installing this module globally._
36
41
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
-
42
42
## Usage
43
43
44
44
``` js
@@ -427,4 +427,4 @@ We welcome your contributions! Please have a read of [CONTRIBUTING.md](CONTRIBUT
427
427
[middleware-url]: https://github.com/webpack/webpack-dev-middleware
428
428
[stack-url]: https://stackoverflow.com/questions/tagged/webpack-dev-middleware
429
429
[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