Skip to main content
Module

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

Zero-Legacy Deno/React Suspense SSR Framework
Latest
type alias BuildOptions
import { type BuildOptions } from "https://deno.land/x/ultra@v2.3.8/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; }