This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
chenbaoxin
/
Regulations_Front_Vue_Two
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
main
Branches
Tags
main
Regulations_Fro...
/
node_modules
/
find-babel-config
/
.babelrc
.babelrc
137 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
11
{
"presets": [
["env", {
"targets": {
"node": 4
},
"loose": true,
"useBuiltIns": true
}]
]
}