This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
bh
/
react-web-tutorial
Beobachten
1
Favorit hinzufügen
0
Fork
1
Dateien
Issues
1
Pull-Requests
0
Wiki
Struktur:
5f70d01ff9
Branches
Tags
admin-app
lbac
master
mithril-front
react-web-tu...
/
mithril-front
/
.babelrc
.babelrc
115 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
{
"presets": ["@babel/env"],
"plugins": [
["@babel/transform-react-jsx", {
"pragma": "m"
}]
]
}