This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Exylience
/
diary-app
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
4f11756286
Rami (Branch)
Tag
master
diary-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'],
};
};