1 Star 0 Fork 0

云朵/eros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
云朵 提交于 2019-01-16 16:33 . 清洁能源
{
"presets": [
["env", {
"targets": {
"modules": false,
"loose": true,
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-0"
],
"plugins": [
["import",[{
"libraryName": "weex-ui",
"libraryDirectory": "packages",
"style": false
}, {
"libraryName": "bui-weex",
"libraryDirectory": "src/components",
"style": false
}]],
["transform-runtime", {
"polyfill": false,
"helpers": false
}]
],
"env": {
"test": {
"presets": ["env", "stage-0"],
"plugins": ["istanbul"]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangziting/eros.git
git@gitee.com:wangziting/eros.git
wangziting
eros
eros
master

搜索帮助