Home > @lynx-js/template-webpack-plugin > CSS > cssChunksToMap
Signature:
Parameter | Type | Description |
---|---|---|
cssChunks | string[] | |
plugins | CSS.Plugin[] | |
enableCSSSelector | boolean |
Returns:
{ cssMap: Record<string, CSS.LynxStyleNode[]>; cssSource: Record<string, string>; contentMap: Map<number, string[]>; }