feat: Replace webpack
with vite
as the default e2e file preprocessor
#31751
Labels
npm: @cypress/webpack-preprocessor
@cypress/webpack-preprocessor package issues
npm: webpack-batteries-included-preprocessor
@cypress/webpack-batteries-included-preprocessor package issues
topic: preprocessors 🔧
Uh oh!
There was an error while loading. Please reload this page.
Overview
We should consider replacing webpack with Vite as the default preprocessor in Cypress. Vite offers several advantages that could improve the developer experience and test execution performance. This is also documented in the 3rd party preprocessor, cypress-vite
Current Behavior
Currently, Cypress uses webpack as the default preprocessor for handling test files and dependencies. While webpack is powerful and well-established, it has some limitations:
Desired Behavior
Replace webpack with Vite as the default preprocessor to:
Benefits
Considerations
Questions to Address
The text was updated successfully, but these errors were encountered: