Example 1113

Build Config

Build tool configuration.

{
entry: "lib/index.mjs"
outdir: "build"
format: "esm"
target: "es2020"

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

See also