Skip to content

Commit

Permalink
BREAKING_CHANGE: the minimum webpack version is 5
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 5, 2023
1 parent 6f196e1 commit d7f67b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions npm/webpack-batteries-included-preprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This preprocessor is a wrapper for [@cypress/webpack-preprocessor](https://githu

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.

For webpack `v5`, use `@cypress/webpack-batteries-included-preprocessor` `v3`. For webpack `v4`, use `@cypress/webpack-batteries-included-preprocessor` `v2`.

```sh
npm install --save-dev @cypress/webpack-batteries-included-preprocessor @cypress/webpack-preprocessor
```
Expand Down

0 comments on commit d7f67b5

Please sign in to comment.