Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
CCOM4030
/
companion_app
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Keine Beschreibung
13
Commits
6
Branches
Struktur:
9a97a20858
Alvarado
Master
Morti
Suazo
diego
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „9a97a20858“
${ noResults }
companion_app
/
client
/
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'],
};
};