This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kuns
/
crazycharge-app
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
1
Pull Requests
0
Wiki
Árbol:
9b5e590714
Ramas
Etiquetas
main
new/3
crazycharge-...
/
babel.config.js
babel.config.js
107 B
Histórico
Raw
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};