Home > @lynx-js/template-webpack-plugin > EncodeOptions

EncodeOptions interface

The options for encoding a Lynx bundle.

Signature:

export interface EncodeOptions 

Properties

PropertyModifiersTypeDescription
compilerOptionsRecord<string, string | boolean>
customSectionsRecord<string, { type?: 'lazy'; content: string | Record<string, unknown>; }>
lepusCode{ root: string | undefined; lepusChunk: Record<string, string>; }
manifestRecord<string, string | undefined>