1 Star 0 Fork 106

microestc / dingtalk

forked from nashaofu / dingtalk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
electron: 5
}
}
]
],
plugins: [
'@babel/plugin-transform-runtime',
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-export-default-from'
]
}
JavaScript
1
https://gitee.com/microestc/dingtalk.git
git@gitee.com:microestc/dingtalk.git
microestc
dingtalk
dingtalk
master

搜索帮助