Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit cfb8128

Browse files
committed
major: upgrade webpack to ^4.0.0
1 parent 1c7d35b commit cfb8128

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ module.exports = (on) => {
9191
}
9292
```
9393

94+
## Compatibility
95+
96+
* webpack: 4.x+ (use `cypress-webpack-preprocessor` 1.x if you need webpack 2 or 3 support)
97+
* node: 8.2.1 minimum (aligned with Cypress 2.x)
98+
9499
## Contributing
95100

96101
Run all tests once:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Chris Breiding <chris@cypress.io>",
66
"bugs": "https://github.com/cypress-io/cypress-webpack-preprocessor/issues",
77
"engines": {
8-
"node": ">=6.5"
8+
"node": ">=8.2.1"
99
},
1010
"files": [
1111
"*.js"
@@ -65,7 +65,7 @@
6565
"bluebird": "3.5.0",
6666
"debug": "3.1.0",
6767
"lodash.clonedeep": "4.5.0",
68-
"webpack": "3.6.0"
68+
"webpack": "^4.0.0"
6969
},
7070
"release": {
7171
"verifyConditions": "condition-circle",

0 commit comments

Comments
 (0)