Home > @lynx-js/css-extract-webpack-plugin

css-extract-webpack-plugin package

This plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS and CSSId.

Classes

ClassDescription
CssExtractRspackPluginCssExtractRspackPlugin is the CSS extract plugin for Lynx. It works just like the CssExtractRspackPlugin in Web.
CssExtractWebpackPluginCssExtractWebpackPlugin is the CSS extract plugin for Lynx. It works just like the MiniCssExtractPlugin in Web.

Interfaces

InterfaceDescription
CssExtractRspackPluginOptionsThe options for CssExtractRspackPlugin
CssExtractWebpackPluginOptionsThe options for CssExtractWebpackPlugin
LoaderOptionsThe options of CSS extract loader.