Example 1905

Build Config

Build tool configuration.

{
entry: "lib/index.mjs"
outdir: "dist"
format: "iife"
target: "es2020"

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

See also