dashboard
repositories
filestore
activity
search
login
main
/
iclient3d-plot-diy-simple
军标最简单使用例子
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update doc
sbjw
2025-09-01
c5e371f8ca022ea9b342453b62aad45094877d85
[iclient3d-plot-diy-simple.git]
/
.babelrc
1
2
3
4
5
6
7
8
9
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}