Skip to content

1507 - Build Config

Build tool configuration. This is an example of a MAML document.

maml
{
  entry: "src/index.ts"
  outdir: "build"
  format: "cjs"
  target: "es2020"

  minify: true
  sourcemap: true
  bundle: true
  splitting: false
}

See Also