interface Deno.bundle.Options
unstable
Options for the bundle.
Properties #
#entrypoints: string[]
The entrypoints of the bundle.
#outputPath: string
optional
Output file path.
#codeSplitting: boolean
optional
Whether to enable code splitting.
#inlineImports: boolean
optional
Whether to inline imports.
#packages: PackageHandling
optional
How to handle packages.
#sourcemap: SourceMapType
optional
Source map configuration.