postBanner
- Type:
string| (chunk) =>string|Promise<string> - Optional
Defined in: options/output-options.ts:246
A string to prepend to the bundle after renderChunk hook and minification.
See output.banner, output.intro as well.
string | (chunk) => string | Promise<string>A string to prepend to the bundle after renderChunk hook and minification.
See output.banner, output.intro as well.