Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 4c8c450

Browse files
committed
Merge pull request #27 from rondonjon/master
adding missing semicolon
2 parents c595998 + 49cad13 commit 4c8c450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ module.exports = function(content) {
1414
regExp: query.regExp
1515
});
1616
this.emitFile(url, content);
17-
return "module.exports = __webpack_public_path__ + " + JSON.stringify(url);
17+
return "module.exports = __webpack_public_path__ + " + JSON.stringify(url) + ";";
1818
}
1919
module.exports.raw = true;

0 commit comments

Comments
 (0)