Skip to content

Commit 9afcd36

Browse files
authored
docs(readme): update requirements section to include webpack@4+
1 parent 884664a commit 9afcd36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Some of the benefits of using this middleware include:
2424
has 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

2934
First 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

0 commit comments

Comments
 (0)