Module

x/ultra/lib/build/types.ts>BuildOptions

Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
type alias BuildOptions
import { type BuildOptions } from "https://dotland.deno.dev/x/ultra@v2.3.3/lib/build/types.ts";
definition: { root: string; output?: string; vendorPath: string; vendorDependencies: boolean; importMapPath: string; browserEntrypoint?: string; serverEntrypoint: string; inlineServerDynamicImports: boolean; ignored?: string[]; sourceMaps?: boolean; jsxImportSource?: string; plugin?: BuildPlugin; }