Interface OptionsPath

Hierarchy

Properties

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

path: string

inject code path

Description

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

position?: "before" | "after"

for node exports

Example

''

Generated using TypeDoc