Skip to content

1705 - Build Config

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

maml
{
  entry: "src/main.js"
  outdir: "build"
  format: "cjs"
  target: "esnext"

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

See Also