Skip to main content
Module

x/bundler/plugins/plugin.ts>CreateChunkOptions

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

Properties

optional
root: string
optional
assets: Asset[]
optional
chunks: Chunk[]
optional
outputMap: Record<string, string>