README
father-build
See our main repo for more information.
给 .fatherrc 新增配置项, outputPath(默认 'dist'),可自定义修改
export default {
outputPath: 'lib', // 新增配置项
esm: 'rollup',
cjs: 'rollup',
};
Library build tool based on rollup.
<script type="module">
import cookFatherBuild from 'https://cdn.skypack.dev/cook-father-build';
</script>
See our main repo for more information.
给 .fatherrc 新增配置项, outputPath(默认 'dist'),可自定义修改
export default {
outputPath: 'lib', // 新增配置项
esm: 'rollup',
cjs: 'rollup',
};