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.
1 parent 49fe6ca commit f0cfbf8Copy full SHA for f0cfbf8
lib/writeChunk.js
@@ -35,7 +35,7 @@ module.exports = function(depTree, chunk, options) {
35
buffer.push(": function(module, exports, require) {\n\n");
36
if(options.includeFilenames) {
37
buffer.push("/*** ");
38
- buffer.push(shortenFilename(module.filename || module.dirname));
+ buffer.push(shortenFilename(module.request || module.dirname));
39
buffer.push(" ***/\n\n");
40
}
41
buffer.push(writeSource(module, options,
0 commit comments