Home > @lynx-js/template-webpack-plugin > EncodeOptions
The options for encoding a Lynx bundle.
Signature:
| 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>; } | ||
| manifest | Record<string, string | undefined> |