Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
brwong
/
maker
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
958e65e592
Branches
Tags
catallaxy
master
maker
/
socket
/
.babelrc
.babelrc
116 B
Historique
Raw
1
2
3
4
5
6
7
8
9
{
"presets"
: [
"es2015"
],
"env"
: {
"production"
: {
"plugins"
: [
"transform-remove-console"
]
}
}
}