1 Star 0 Fork 0

林振辉 / digi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
林振辉 提交于 2020-02-27 15:19 . 完善测试
{
"presets": [
["@babel/preset-env", {
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
},
}]
],
"plugins": [
["@babel/plugin-proposal-object-rest-spread", { "loose": true, "useBuiltIns": true }]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}
JavaScript
1
https://gitee.com/lin09/digi.git
git@gitee.com:lin09/digi.git
lin09
digi
digi
master

搜索帮助