1 Star 0 Fork 1

金缕羽/AlloyFinger

forked from xpzll/AlloyFinger 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions", "> 5%"],
"ios": 7,
"android": 4,
"node": 6,
"ie": 11
},
"include": [],
"exclude": [
"transform-async-to-generator"
],
"uglify": true,
"useBuiltIns": true,
"loose": false,
"debug": false
}],
"react"
],
"plugins": [
"add-module-exports",
"transform-es2015-modules-commonjs",
"fast-async",
"transform-function-bind",
"transform-class-properties",
"transform-object-rest-spread",
"transform-decorators"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jinlvyu/AlloyFinger.git
git@gitee.com:jinlvyu/AlloyFinger.git
jinlvyu
AlloyFinger
AlloyFinger
master

搜索帮助