Skip to main content
Module

x/fresh/src/build/mod.ts>EsbuildBuilderOptions

The next-gen web framework.
Extremely Popular
Latest
interface EsbuildBuilderOptions
import { type EsbuildBuilderOptions } from "https://deno.land/x/fresh@1.6.8/src/build/mod.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