You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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":
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.
The text was updated successfully, but these errors were encountered: