Home > @lynx-js/template-webpack-plugin > LynxTemplatePlugin > convertCSSChunksToMap
LynxTemplatePlugin.convertCSSChunksToMap() method
Convert the css chunks to css map.
Signature:
Parameters
Returns:
{ cssMap: Record<string, CSS.LynxStyleNode[]>; cssSource: Record<string, string>; }
The CSS map and css source.

