Sign in
apache
/
casbin-core
/
refs/heads/master
/
.
/
test
/
reactnative
/
babel.config.js
blob: 2900afe9d85a54cf9552ec0b4107665c5c10e078 [
file
] [
log
] [
blame
]
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
);
return
{
presets
:
[
'babel-preset-expo'
],
};
};