We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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';