Home > @lynx-js/css-extract-webpack-plugin > LoaderOptions
LoaderOptions interface
The options of CSS extract loader.
Signature:
Home > @lynx-js/css-extract-webpack-plugin > LoaderOptions
The options of CSS extract loader.
Signature:
export interface LoaderOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) The same as mini-css-extract-plugin. Control whether emit the CSS to filesystem.
It is often useful to disable this option for server-side packages. | ||
|
boolean | undefined |
(Optional) The same as https://github.com/webpack-contrib/mini-css-extract-plugin#esModule. By default, | ||
|
string | undefined |
(Optional) The layer of the CSS execution. |

