Skip to content

Not working with css-loader 7.1.2 #51

Open
@diabhoil

Description

@diabhoil

When using the newest version of the css-loader (7.1.2) I could not generate the files correctly.

The *.sass.d.ts files where "empty":

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
}
export const cssExports: CssExports;
export default cssExports;

After changing the version of css-loader to 6.8.1 everything was working like excepted. The output of the newest css-loader version is looking a bit different to the output of the older version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions