Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ultra/lib/build/ultra.ts>UltraBuilder

🧙 Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
class UltraBuilder
extends Builder
import { UltraBuilder } from "https://deno.land/x/ultra@v2.1.2/lib/build/ultra.ts";

Constructors

new
UltraBuilder(options: Partial<BuildOptions>, onSuccessCallback?: OnSuccessCallback)

Properties

private
optional
plugin: BuildPlugin
private
resolvedOptions: BuildOptions
optional
browserEntrypoint: string
inlineServerDynamicImports: boolean
serverEntrypoint: string