Extremely Popular
Latest
interface EsbuildBuilderOptions
import { type EsbuildBuilderOptions } from "https://dotland.deno.dev/x/fresh@1.6.8/src/build/esbuild.ts";

Properties

buildID: string

The build ID.

entrypoints: Record<string, string>

The entrypoints, mapped from name to URL.

dev: boolean

Whether or not this is a dev build.

configPath: string

The path to the deno.json / deno.jsonc config file.

optional
jsx: string

The JSX configuration.

optional
jsxImportSource: string
target: string | string[]
absoluteWorkingDir: string
optional
basePath: string