Skip to content

1407 - Build Config

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

maml
{
  entry: "src/index.ts"
  outdir: "dist"
  format: "iife"
  target: "es2020"

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

See Also