This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Viktoriia
/
nomadmania-app
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9bafb46638
Rami (Branch)
Tag
dev
release/2.0
release/2.1
release/3.0
nomadmania-app
/
babel.config.js
babel.config.js
107 B
Cronologia
Originale
1
2
3
4
5
6
module
.exports =
function
(
api
)
{
api.cache(
true
);
return
{
presets
: [
'babel-preset-expo'
],
};
};