From d7f67b5e772292a1f6550039088540fe722e375d Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Fri, 4 Aug 2023 22:54:39 -0400 Subject: [PATCH] BREAKING_CHANGE: the minimum webpack version is 5 --- npm/webpack-batteries-included-preprocessor/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npm/webpack-batteries-included-preprocessor/README.md b/npm/webpack-batteries-included-preprocessor/README.md index 0d34e70a9c80..13616750801c 100644 --- a/npm/webpack-batteries-included-preprocessor/README.md +++ b/npm/webpack-batteries-included-preprocessor/README.md @@ -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 ```