Skip to content

Type Alias: BuildOptions

ts
type BuildOptions = InputOptions & object

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:1077

Experimental

The options for build function.

Type Declaration

output?

ts
optional output: OutputOptions;

write?

ts
optional write: boolean;

Write the output to the file system

Default

ts
true

Released under the MIT License.