Skip to content

Commit 80cedd5

Browse files
docs: update @cypress/webpack-preprocessor links (#19902)
1 parent 8f46f00 commit 80cedd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

npm/vite-dev-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Install `@cypress/vue` or `@cypress/react` to get this package working properly
5656
- The HTML page calls a script that loads support file and the specs using a native `import()` function
5757
- Then triggers the loaded tests
5858

59-
Vite is reponsible for compiling and bundling all the files. We use its error overlay to display any transpiling error.
60-
Omly runtime errors have to be handled through cypress
59+
Vite is responsible for compiling and bundling all the files. We use its error overlay to display any transpiling error.
60+
Only runtime errors have to be handled through cypress
6161

6262
## Changelog
6363

npm/webpack-preprocessor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ module.exports = (on) => {
4444

4545
## Examples
4646

47-
- [React app](examples/react-app) shows how to point Cypress at Webpack configuration from `react-scripts` dependency
48-
- [use-babelrc](examples/use-babelrc) shows how to use your project's `.babelrc` with Webpack
49-
- [use-ts-loader](examples/use-ts-loader) shows how to transpile TypeScript specs following [Webpack TypeScript guide](https://webpack.js.org/guides/typescript/)
47+
- [React app](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor/examples/react-app) shows how to point Cypress at Webpack configuration from `react-scripts` dependency
48+
- [use-babelrc](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor/examples/use-babelrc) shows how to use your project's `.babelrc` with Webpack
49+
- [use-ts-loader](https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor/examples/use-ts-loader) shows how to transpile TypeScript specs following [Webpack TypeScript guide](https://webpack.js.org/guides/typescript/)
5050

5151
## Options
5252

0 commit comments

Comments
 (0)