Skip to content

011 - Build Config

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

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

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

See Also