mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
docs: update @cypress/webpack-preprocessor links (#19902)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user