mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-24 16:59:22 -06:00
fix: Remove usage of vm2 (#26863)
* fix performance stuff -- run ci * Update cypress.config.ts * remove dep, add tests * clean up * m does not exist * vm2 is everywhere --------- Co-authored-by: Ryan Manuel <ryanm@cypress.io>
This commit is contained in:
@@ -63,7 +63,6 @@ const getDependencyPathsToKeep = async (buildAppDir) => {
|
||||
'openbsd',
|
||||
'sunos',
|
||||
'win32'].map((platform) => path.join(unixBuildAppDir, `node_modules/default-gateway/${platform}.js`)),
|
||||
path.join(unixBuildAppDir, 'node_modules/vm2/lib/bridge.js'),
|
||||
])
|
||||
let esbuildResult
|
||||
let newEntryPointsFound = true
|
||||
|
||||
Reference in New Issue
Block a user