Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Jan 25, 2022
1 parent 8f46f00 commit 895ae88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions npm/vite-dev-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Install `@cypress/vue` or `@cypress/react` to get this package working properly
- The HTML page calls a script that loads support file and the specs using a native `import()` function
- Then triggers the loaded tests

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

## Changelog

Expand Down
6 changes: 3 additions & 3 deletions npm/webpack-preprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ module.exports = (on) => {

## Examples

- [React app](examples/react-app) shows how to point Cypress at Webpack configuration from `react-scripts` dependency
- [use-babelrc](examples/use-babelrc) shows how to use your project's `.babelrc` with Webpack
- [use-ts-loader](examples/use-ts-loader) shows how to transpile TypeScript specs following [Webpack TypeScript guide](https://webpack.js.org/guides/typescript/)
- [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
- [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
- [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/)

## Options

Expand Down

0 comments on commit 895ae88

Please sign in to comment.