Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface EsbuildBuilderOptions
import { type EsbuildBuilderOptions } from "https://deno.land/x/fresh@1.6.7/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