We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm issuing to this code:
css-modules-typescript-loader/index.js
Line 9 in 908d491
css-loader (and style-loader as well) has no such export. So I think would be better to use something like this instead:
css-loader
style-loader
const cssModuleExport = 'const cssExports: CssExports;\nexport default cssExports;\n';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm issuing to this code:
css-modules-typescript-loader/index.js
Line 9 in 908d491
css-loader
(andstyle-loader
as well) has no such export. So I think would be better to use something like this instead:The text was updated successfully, but these errors were encountered: