Open
Description
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
Labels
No labels