Sign in
apache
/
casbin-node-casbin-examples
/
refs/heads/master
/
.
/
react-native
/
babel.config.js
blob: 9d89e131194f49640e1ea7511e8693d2e98e6343 [
file
] [
log
] [
blame
]
module
.
exports
=
function
(
api
)
{
api
.
cache
(
true
);
return
{
presets
:
[
'babel-preset-expo'
],
};
};