dashboard
repositories
filestore
activity
search
login
dg
/
dabao_wap
大宝移动端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'new2.10' of http://124.156.157.155:8060/r/dg/dabao_wap into n...
jhzh
2026-02-05
dcfd7572596a8d41217679de7c913b5dc5902671
[dg/dabao_wap.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"]
}