Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
ccorrada
/
ErEduGilMor
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Keine Beschreibung
5
Commits
3
Branches
Struktur:
3dd7663ba5
Freehand
master
sortingFinal
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „3dd7663ba5“
${ noResults }
ErEduGilMor
/
babel.config.js
babel.config.js
107B
Verlauf
Originalformat
1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};