Skip to content

Commit

Permalink
breaking: release version 6.0.0 of @cypress/vite-dev-server.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Cypress 14 drops support forVite 2-3. Vite 4 and up is supported.
  • Loading branch information
AtofStryker committed Jan 7, 2025
1 parent 2534ebb commit dd21af5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions npm/vite-dev-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ We then merge the sourced config with the user's vite config, and layer on our o

## Compatibility

| @cypress/vite-dev-server | cypress |
| ------------------------ | ------- |
| <= v2 | <= v9 |
| >= v3 | >= v10 |
| @cypress/vite-dev-server | cypress |
| ------------------------ | ------------- |
| <= v2 | <= v9 |
| >= v3 <= v5 | >= v10 <= v13 |
| >= v6 | >= v14 |

#### `devServerPublicPathRoute` for Vite v5

Expand Down

0 comments on commit dd21af5

Please sign in to comment.