This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
bh
/
react-web-tutorial
Observar
1
Favorito
0
Fork
1
Arquivos
Issues
1
Pull Requests
0
Wiki
Tree:
5f70d01ff9
Branches
Tags
admin-app
lbac
master
mithril-front
react-web-tu...
/
mithril-front
/
.babelrc
.babelrc
115 B
Histórico
Raw
1
2
3
4
5
6
7
8
{
"presets": ["@babel/env"],
"plugins": [
["@babel/transform-react-jsx", {
"pragma": "m"
}]
]
}