Module

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

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
type alias BuildPlugin
import { type BuildPlugin } from "https://dotland.deno.dev/x/ultra@v2.0.0-beta.9/lib/build/types.ts";
definition: { name: string; onBuild: (context: UltraBuilder, result: BuildResult) => Promise<void> | void; }