cook-father-build
v1.19.3
Published
Library build tool based on rollup.
Downloads
3
Readme
father-build
See our main repo for more information.
给 .fatherrc 新增配置项, outputPath(默认 'dist'),可自定义修改
export default {
outputPath: 'lib', // 新增配置项
esm: 'rollup',
cjs: 'rollup',
};