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

Commit 0eef0b7

Browse files
committed
fix: add note on webpack version, close #68
1 parent d39be9e commit 0eef0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Calls to `window.alert` are automatically recorded, but do not show up. Instead
590590

591591
## Bundling
592592

593-
How do we load this Vue file into the testing code? Using webpack preprocessor.
593+
How do we load this Vue file into the testing code? Using webpack preprocessor. Note that this module ships with [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress-webpack-preprocessor#compatibility) 2.x that requires Webpack 4.x. If you have Webpack 3.x please add `@cypress/webpack-preprocessor v1.x`.
594594

595595
<a name="short-way"/>
596596

0 commit comments

Comments
 (0)