Skip to content

2103 - Build Config

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

maml
{
  entry: "lib/index.mjs"
  outdir: "out"
  format: "iife"
  target: "es2022"

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

See Also