This is the dev preview website. Check out the document at lynxjs.org

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

EncodeOptions interface

The options for encoding a Lynx bundle.

Signature:

export interface EncodeOptions 

Properties

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>