Sign in
appsheet-third-party
/
react-google-recaptcha
/
74270e0368c5e40dc8bbbcbd0dab775161d75a73
/
.
/
.babelrc
blob: 57a79678e8d66ffb871acbd3115d49a973ec672a [
file
] [
log
] [
blame
]
{
"presets"
:
[
"@babel/react"
,
[
"@babel/env"
,
{
"loose"
:
true
}
]
],
"env"
:
{
"esm"
:
{
"presets"
:
[
[
"@babel/env"
,
{
"loose"
:
true
,
"modules"
:
false
}
]
]
}
}
}