1 Star 0 Fork 4

wforg_biz/common

forked from saqqdy/common 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.babelrc 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
saqqdy 提交于 2019-04-21 18:20 . v2.0.5 新增camel2Dash和dash2Camel方法
{
"presets": [
["@babel/env",{
"useBuiltIns": "usage",
// "targets": {
// "browsers": "last 2 versions, > 1%, safari tp",
// // "esmodules": true,
// "chrome": "58",
// "opera": "25",
// "firefox": "28",
// "safari": "8",
// "ios": "9",
// "android": "5.0",
// "ie": "9",
// "node": "current"
// },
"corejs": 3,
"targets": "> 0.5%, not dead"
},
]
],
"comments": false,
// "plugins": ["transform-runtime", "syntax-dynamic-import"],
// "env": {
// "test": {
// "presets": ["env"],
// "plugins": ["dynamic-import-node"]
// }
// }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wforg_biz/common.git
git@gitee.com:wforg_biz/common.git
wforg_biz
common
common
master

搜索帮助