Skip to content

Commit fc56a54

Browse files
committed
fixed #57
1 parent fb4ecc7 commit fc56a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports.pitch = function(remainingRequest) {
1515
"exports.use = exports.ref = function() {",
1616
" if(!(refs++)) {",
1717
" exports.locals = content.locals;",
18-
" dispose = require(" + loaderUtils.stringifyRequest("!" + path.join(__dirname, "addStyles.js")) + ")(content);",
18+
" dispose = require(" + loaderUtils.stringifyRequest(this, "!" + path.join(__dirname, "addStyles.js")) + ")(content);",
1919
" }",
2020
" return exports;",
2121
"};",

0 commit comments

Comments
 (0)