@toolkit-js/father

0.0.2 • Public • Published

father

Usage

$ father -h

  Usage: father [options]

  Options:

    --transform         Skip bundle and transform src to lib (default: false)
    -t, --type          Use specified build type (cjs | esm | umd, default: cjs)
    -w, --watch         Watch building (default: false)
    -h, --help          Print help
    -v, --version       Print version
// .fatherrc.js
export default {
  file: "test-father",
  // type: "umd", // not recommended
  disableTypeCheck: false,
  target: "browser",
  runtimeHelpers: false,
  lazy: true,
  umd: {
    name: "abc",
  },
};

/@toolkit-js/father/

    Package Sidebar

    Install

    npm i @toolkit-js/father

    Weekly Downloads

    3

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    85.2 kB

    Total Files

    25

    Last publish

    Collaborators

    • kawhi66