Interface OptionsCode

Hierarchy

Properties

code: string

inject code string

Description

Only one of “path” and “code” needs to be passed in, and "path" has higher priority than "code" when both are passed in

intro?: string

A string to prepend to the bundle

minify?: boolean

minify the codes

minifyOptions?: MinifyOptions

minify options for terser

outro?: string

A string to append to the bundle

position?: "before" | "after"

for node exports

Example

''

Generated using TypeDoc