mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 09:40:11 -06:00
* fix: support loading config files for projects with type module, without esbuild * fix: adding process.cwd() to require.resolve paths so that system-tests do not use local dev version of esbuild * fix: add missing esbuild in test projects Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
6 lines
75 B
JSON
6 lines
75 B
JSON
{
|
|
"devDependencies": {
|
|
"esbuild": "0.14.25"
|
|
},
|
|
"type": "module"
|
|
} |