Skip to content

Commit 3cec191

Browse files
committed
fix: filepath issue, fixed QingWei-Li#29
1 parent 6d090dc commit 3cec191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (source) {
1111
var filePath = this.resourcePath
1212

1313
var result = 'module.exports = require(' +
14-
loaderUtils.stringifyRequest(this, '!!vue-loader!' + markdownCompilerPath + '?raw!' + filePath + this.resourceQuery) +
14+
loaderUtils.stringifyRequest(this, '!!vue-loader!' + markdownCompilerPath + '?raw!' + filePath + this.resourceQuery || '') +
1515
');'
1616

1717
return result

0 commit comments

Comments
 (0)