master
Tobias Koppers 2015-04-27 18:28:21 +02:00
parent fb4ecc716d
commit fc56a543c5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module.exports.pitch = function(remainingRequest) {
"exports.use = exports.ref = function() {",
" if(!(refs++)) {",
" exports.locals = content.locals;",
" dispose = require(" + loaderUtils.stringifyRequest("!" + path.join(__dirname, "addStyles.js")) + ")(content);",
" dispose = require(" + loaderUtils.stringifyRequest(this, "!" + path.join(__dirname, "addStyles.js")) + ")(content);",
" }",
" return exports;",
"};",