Files
SIGE-WEB-snapshot/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/.babelrc

10 lines
95 B
Plaintext

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