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 6d090dc commit 3cec191Copy full SHA for 3cec191
lib/core.js
@@ -11,7 +11,7 @@ module.exports = function (source) {
11
var filePath = this.resourcePath
12
13
var result = 'module.exports = require(' +
14
- loaderUtils.stringifyRequest(this, '!!vue-loader!' + markdownCompilerPath + '?raw!' + filePath + this.resourceQuery) +
+ loaderUtils.stringifyRequest(this, '!!vue-loader!' + markdownCompilerPath + '?raw!' + filePath + this.resourceQuery || '') +
15
');'
16
17
return result
0 commit comments