Skip to content

Commit 00fb578

Browse files
AtofStrykerBen M
authored andcommitted
breaking: support webpack v5
BREAKING CHANGE: Since cypress now bundles with webpack v5, the minimum webpack version is now version 5 as this iswhat cypress will support in the monorepo moving forward. If you wish to use webpack 4, please use v2 of this package.
1 parent ea4809f commit 00fb578

File tree

1 file changed

+2
-0
lines changed
  • npm/webpack-batteries-included-preprocessor

1 file changed

+2
-0
lines changed

npm/webpack-batteries-included-preprocessor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This preprocessor is a wrapper for [@cypress/webpack-preprocessor](https://githu
1414

1515
Note that installing [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress-webpack-preprocessor) is also required. This allows you to update its version separately from this wrapper.
1616

17+
For webpack `v5`, use `@cypress/[email protected]`. For webpack `v4`, use `@cypress/[email protected]`.
18+
1719
```sh
1820
npm install --save-dev @cypress/webpack-batteries-included-preprocessor @cypress/webpack-preprocessor
1921
```

0 commit comments

Comments
 (0)