Skip to main content
Module

x/bundler/plugins/plugin.ts>CreateBundleOptions

A Bundler with the web in mind.
Latest
interface CreateBundleOptions
import { type CreateBundleOptions } from "https://deno.land/x/bundler@0.9.0/plugins/plugin.ts";

Properties

optional
root: string
optional
chunks: Chunk[]
optional
importMap: ImportMap
optional
reload: boolean
optional
optimize: boolean
optional
compilerOptions: ts.CompilerOptions