Home > @lynx-js/template-webpack-plugin > EncodeOptions
The options for encoding a Lynx bundle.
Signature:
export interface EncodeOptions
Property
Modifiers
Type
Description
compilerOptions
Record<string, string | boolean>
customSections
Record<string, { type?: 'lazy'; content: string | Record<string, unknown>; }>
lepusCode
{ root: string | undefined; lepusChunk: Record<string, string>; filename: string | undefined; }
manifest
Record<string, string | undefined>