cook-father-build

Library build tool based on rollup.

Usage no npm install needed!

<script type="module">
  import cookFatherBuild from 'https://cdn.skypack.dev/cook-father-build';
</script>

README

father-build

See our main repo for more information.

给 .fatherrc 新增配置项, outputPath(默认 'dist'),可自定义修改

export default {
  outputPath: 'lib', // 新增配置项
  esm: 'rollup',
  cjs: 'rollup',
};