2 Star 11 Fork 4

theajack / jsbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ebuild.config.js 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2020-03-14 18:08 . feat: initial commit
module.exports = {
'tranToEs5InNpm': true, // wether use babel
'packageFiles': [
'./package.json'
// config which package.json files need to modify version
// '../npm/package.json', // this is an example
],
'versioJsEs6Module': true, // use es6(export default) or require(module.exports=)
'versioJsFiles': [
// config which version.js files need to modify version
// '../npm/version.js', // this is an example
],
'libraryName': '', // cdn global name
'cdnFileName': '',
'version': '0.0.1',
'npmExternals': {
// example
// 'md5': 'md5'
},
'npmPaths': [
'npm'
]
};
JavaScript
1
https://gitee.com/theajack/jsbox.git
git@gitee.com:theajack/jsbox.git
theajack
jsbox
jsbox
master

搜索帮助