Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with css-loader 7.1.2 #51

Open
diabhoil opened this issue Jun 3, 2024 · 2 comments
Open

Not working with css-loader 7.1.2 #51

diabhoil opened this issue Jun 3, 2024 · 2 comments

Comments

@diabhoil
Copy link

diabhoil commented Jun 3, 2024

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.

@ilyabaykalov
Copy link

I encountered the same problem

@Andrei15193
Copy link

Same here, using version 6 fixed it for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants