Files
cypress/system-tests/projects/migration-e2e-module/package.json
Jess 996823cd94 fix: support loading config files for projects with type module, without esbuild (#21574)
* 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>
2022-05-31 14:25:08 -04:00

6 lines
75 B
JSON

{
"devDependencies": {
"esbuild": "0.14.25"
},
"type": "module"
}