1 Star 0 Fork 13

CM/cube-ui

forked from Gitee 极速下载/cube-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.babelrc 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
miaodian 提交于 2017-11-03 14:35 . init
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not ie <= 20",
"not ie_mob <= 100",
"not ff <= 100",
"not and_ff <= 100",
"not Edge <= 100",
"Android >= 4.0"
]
}
}],
"stage-2"
],
"plugins": ["transform-runtime", "add-module-exports", "transform-es2015-modules-umd"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen.min/cube-ui.git
git@gitee.com:chen.min/cube-ui.git
chen.min
cube-ui
cube-ui
master

搜索帮助