Open AtofStryker opened 1 week ago
Vite 6 beta is currently out. To continue support of bundler updates, Cypress should add support for Vite 6 to keep up with latest trends in bundling and Component Testing
Vite 6 looks to require being used as an esm package. so we likely need to change the way we import it (see https://github.com/cypress-io/cypress/issues/28373#issuecomment-2219330833)
keep up to date with latest bundlers
see:
https://github.com/vitejs/vite/discussions/15886#discussioncomment-11170973 indicates that the release of Vite 6 is in next couple of weeks.
Check back on https://vite.dev/blog.html for any announcement.
What would you like?
Vite 6 beta is currently out. To continue support of bundler updates, Cypress should add support for Vite 6 to keep up with latest trends in bundling and Component Testing
Vite 6 looks to require being used as an esm package. so we likely need to change the way we import it (see https://github.com/cypress-io/cypress/issues/28373#issuecomment-2219330833)
Why is this needed?
keep up to date with latest bundlers
Other
see:
28373
29557