-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@cypress/vite-dev-server returns stubbed out vite plugin function when not in DEBUG and conflicts with vite-ssr plugin. #22021
Labels
v10.0.0 🐛
Issue present since 10.0.0
Comments
We should just be able to add a
|
The code for this is done in cypress-io/cypress#22055, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior
When trying to upgrade Vuetify (next branch) i’m running into an issue with the Vite Dev Server bundled in w Cy 10 — @cypress/vite-dev-server is adding a stub plugin when not in DBEUG mode, which doesn’t have a “name”. This
name
property is required.Desired behavior
Not crash. Sanitize the array of plugins
@cypress/vite-dev-server
starts the vite dev server with.Test code to reproduce
https://github.com/vuetifyjs/vuetify/tree/next
Cypress Version
10.0.0
Other
No response
The text was updated successfully, but these errors were encountered: