Options for Sass loader

interface SASSLoaderOptions {
    impl?: string;
    sync?: boolean;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

Properties

impl?: string

Force Sass implementation

sync?: boolean

Forcefully enable/disable sync mode