Skip to main content
Module

x/drollup/mod.ts>WatcherOptions

Next-generation ES module bundler ported for Deno
Latest
interface WatcherOptions
import { type WatcherOptions } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/mod.ts";

Properties

optional
buildDelay: number
optional
clearScreen: boolean
optional
exclude: string | RegExp | (string | RegExp)[]
optional
include: string | RegExp | (string | RegExp)[]
optional
skipWrite: boolean