You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately Vite requires to clear the require cache to re-read the config file which causes processes spawned by other WebdriverIO services to shutdown and be garbage collected. This only appears for Vite + CJS projects.
Unfortunately Vite requires to clear the require cache to re-read the config file which causes processes spawned by other WebdriverIO services to shutdown and be garbage collected. This only appears for Vite + CJS projects.
For more context see vitejs/vite#12313
Not sure the idea solution, we could check if we serve for a CJS project and if so use
execa
to run the server.The text was updated successfully, but these errors were encountered: