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