1 Star 0 Fork 0

icode / electron-builder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
"use strict";
// bloody babel 7 requires to use ONLY babel.config.js and old convenient key in package.json or .babelrc ARE NOT SUPPORTED ANYMORE
module.exports = function (api) {
// bloody babel 7 requires this string to revalidate cache of config on env change
api.env()
return {
"presets": [
"babel-preset-ts-node6-bluebird",
],
"plugins": [
"./scripts/babel-plugin-version-transform.js",
]
}
}
1
https://gitee.com/icodea/electron-builder.git
git@gitee.com:icodea/electron-builder.git
icodea
electron-builder
electron-builder
master

搜索帮助