Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/snel/compiler/types.ts>RollupBuildProps

A Cybernetical framework for svelte applications in deno
Latest
interface RollupBuildProps
import { type RollupBuildProps } from "https://deno.land/x/snel@v0.7.1/compiler/types.ts";

Properties

optional
dir: string
optional
entryFile: string
optional
generate: "dom" | "ssg" | "ssr"
optional
plugins: Plugin[]
optional
production: boolean
optional
ipv4: string
optional
cache: undefined | RollupBuild["cache"]