dashboard
repositories
filestore
activity
search
login
Can not load repository usdt_one_pc.git
admin
/
dabao_wap
forked from
dg/dabao_wap
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
语言只保留英文和印度 首页加个带框 关于我们
dcc
2024-06-23
bf02ea7ae1aff258b7ad7ce74ddb0f4dee6cb7f6
[~admin/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"]
}