Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
CCOM4030
/
AnEdJaMi
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Nenhuma descrição
2
Commits
7
Branches
Tag:
3eca99d8e7
QuickJasiel
ShellEdward
Sprint1
master
sortingAndrel
sortingFinal
sortingMichael
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 3eca99d8e7
${ noResults }
AnEdJaMi
/
babel.config.js
babel.config.js
107B
Histórico
Original
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};