Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit a58a3be

Browse files
committed
mention react-scripts plugin works after ejecting
1 parent 434af85 commit a58a3be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ npm install --save-dev cypress cypress-react-unit-test
6262
require('cypress-react-unit-test/support')
6363
```
6464

65-
2. Tell Cypress how your React application is transpiled or bundled (using Webpack), so Cypress can load your components. For example, if you use `react-scripts` do:
65+
2. Tell Cypress how your React application is transpiled or bundled (using Webpack), so Cypress can load your components. For example, if you use `react-scripts` (even after ejecting) do:
6666

6767
```js
6868
// cypress/plugins/index.js

docs/recipes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ But usually you want to point Cypress at your application's current Webpack conf
1313

1414
## React Scripts
1515

16-
If you are using Create-React-App v3 or `react-scripts`, and want to reuse the built in webpack before ejecting, this module ships with Cypress preprocessor in [plugins](plugins) folder.
16+
If you are using Create-React-App v3 or `react-scripts`, and want to reuse the built in webpack (even after ejecting), this module ships with Cypress preprocessor in [plugins](plugins) folder.
1717

1818
```js
1919
// cypress/plugins/index.js

0 commit comments

Comments
 (0)