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.
2 parents ff597ee + 139f3e0 commit 972f7d9Copy full SHA for 972f7d9
src/index.js
@@ -13,7 +13,7 @@ module.exports = function(input) {
13
const callback = this.async();
14
// mock async step 2 - offer css loader a "fake" callback
15
this.async = () => (err, content) => {
16
- const cssmodules = this.exec(content);
+ const cssmodules = this.exec(content, this.resource);
17
const requestedResource = this.resourcePath;
18
19
const cssModuleInterfaceFilename = filenameToTypingsFilename(requestedResource);
0 commit comments