Home > @lynx-js/template-webpack-plugin > EncodeOptions > customSections
Signature:
customSections: Record<string, { type?: 'lazy'; encoding?: 'JsBytecode' | 'CSS'; content: string | Record<string, unknown> | undefined; }>;