KC's Workspace
    Preparing search index...
    interface CssOptions {
        fileName?: string;
        splitting?: boolean;
    }
    Index

    Properties

    fileName?: string

    Specify the name of the CSS file.

    'style.css'
    
    splitting?: boolean

    Enable/disable CSS code splitting. When set to false, all CSS in the entire project will be extracted into a single CSS file. When set to true, CSS imported in async JS chunks will be preserved as chunks.

    true