dashboard
repositories
filestore
activity
search
login
gp
/
cakuns_st_app
沙特app
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style: user 替换图标
lxf
2025-04-28
8103ab2db75a7bd68c8c105d5176635ea3efb0cd
[gp/cakuns_st_app.git]
/
.babelrc
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
}