Skip to main content

interface Deno.bundle.Options

unstable

Options for the bundle.

Properties #

#entrypoints: string[]

The entrypoints of the bundle.

#outputPath: string
optional

Output file path.

#outputDir: string
optional

Output directory path.

#external: string[]
optional

External modules to exclude from bundling.

#format: Format
optional

Bundle format.

#minify: boolean
optional

Whether to minify the output.

#codeSplitting: boolean
optional

Whether to enable code splitting.

#inlineImports: boolean
optional

Whether to inline imports.

How to handle packages.

Source map configuration.

Target platform.

#write: boolean
optional

Whether to write the output to the filesystem.

Did you find what you needed?

Privacy policy