Sign in
apache
/
ranger
/
refs/heads/CodeStyleHbase
/
.
/
security-admin
/
src
/
main
/
webapp
/
react-webapp
/
babel.config.json
blob: 9b3746c8c9e59650a714a814fa759da6229b307f [
file
] [
log
] [
blame
]
{
"presets"
:
[
[
"@babel/preset-env"
,
{
"targets"
:
{
"esmodules"
:
true
}
}
],
"@babel/preset-react"
]
}