79767843

Date: 2025-09-17 21:57:44
Score: 1.5
Natty:
Report link

I just turned off dependency optimization entirely in the Cypress config Vite dev server config, worked like a charm:


optimizeDeps: {
   noDiscovery: true,
   include: undefined,
}
Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bvandercar