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
64
Commits
3
Branches
Struktur:
7e456ba97c
Freehand
master
sortingFinal
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „7e456ba97c“
${ 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'],
};
};