1 Star 0 Fork 1

dgiot开源社区 / dgiotMqtt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2021-09-10 18:13 . :tada:
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [">0.25%", "not ie 11", "not op_mini all"]
},
"exclude": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-arrow-functions"
],
"corejs": { "version": "3.8", "proposals": true },
"useBuiltIns": "usage"
}
]
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties"
],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}
1
https://gitee.com/dgiiot/dgiotMqtt.git
git@gitee.com:dgiiot/dgiotMqtt.git
dgiiot
dgiotMqtt
dgiotMqtt
master

搜索帮助