Skip to content

Commit e8b3643

Browse files
committed
fixed context bug
1 parent d1feb34 commit e8b3643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function(content, map) {
4949
var importUrl = importUrlPrefix + imp.url;
5050
return "exports.i(require(" + loaderUtils.stringifyRequest(this, importUrl) + "), " + JSON.stringify(imp.mediaQuery) + ");";
5151
}
52-
}).join("\n");
52+
}, this).join("\n");
5353

5454
function importItemMatcher(item) {
5555
var match = result.importItemRegExp.exec(item);

0 commit comments

Comments
 (0)