3 Star 6 Fork 1

panda26 / gitlab-ce-zh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luke "Jared" Bennett 提交于 2017-04-07 13:57 . Update droplab
{
"presets": [
["latest", { "es2015": { "modules": false } }],
"stage-2"
],
"env": {
"coverage": {
"plugins": [
["istanbul", {
"exclude": [
"spec/javascripts/**/*"
]
}],
["transform-define", {
"process.env.BABEL_ENV": "coverage"
}]
]
}
}
}
Ruby
1
https://gitee.com/panda26/gitlab.git
git@gitee.com:panda26/gitlab.git
panda26
gitlab
gitlab-ce-zh
master

搜索帮助