7 Star 36 Fork 6

xiaozhuai / brew_service_panel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaozhuai 提交于 2018-09-06 23:21 . update build scripts
{
"comments": false,
"env": {
"main": {
"presets": [
["@babel/preset-env", {
"targets": { "node": 7 }
}]
]
},
"renderer": {
"presets": [
["@babel/preset-env", {
"modules": false
}]
]
},
"web": {
"presets": [
["@babel/preset-env", {
"modules": false
}]
]
}
},
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-function-bind",
"@babel/plugin-proposal-class-properties"
]
}
JavaScript
1
https://gitee.com/xiaozhuai/brew_service_panel.git
git@gitee.com:xiaozhuai/brew_service_panel.git
xiaozhuai
brew_service_panel
brew_service_panel
master

搜索帮助