Skip to content

EsbuildOptions

type EsbuildOptions =
    {
        BinaryPath: string option
        MinifyWhileWatching: bool
    }
AssemblyNacara.Plugin.Assets.Esbuild

Options of the esbuild plugin.

Fields

BinaryPath: string option

Path of an existing esbuild binary. Downloaded and cached when not set.

MinifyWhileWatching: bool

Minify while watching too. Off by default: the saving is invisible locally and it costs a process per script on every rebuild.