Files
cypress/cli/.babelrc
Ben Kucera 1f75c81964 fix: use modern cli compile target, remove unneeded polyfills (#8938)
Co-authored-by: Kukhyeon Heo <sainthkh@naver.com>
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com>
2020-10-26 10:39:49 -04:00

4 lines
71 B
Plaintext

{
"presets": [["@babel/preset-env", { "targets": { "node": 10 }}]]
}