support base config #19
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
升级功能:支持项目下各模块的共有fis配置
升级原因:通常一个项目包含了很多模块,而模块间的配置例如domain、deploy、bdtmpl等大都是一样的,在现有模式下如果需要修改配置的话,就需要在各个模块中修改fis-conf.js,比较繁琐
使用说明:可在项目目录下新建一个base-fisconf.js,配置方式同fis-conf.js
其它说明:共有配置的优先级低于模块中的配置(利于覆盖),没有共有配置也不受影响,目前在我们业务线已经使用两个多月了,感觉很方便,所以推荐给fis团队看看