We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1118327 commit ed33515Copy full SHA for ed33515
lib/webpack/markdownLoader.js
@@ -78,7 +78,7 @@ module.exports = function (src) {
78
`<template>\n` +
79
`<div class="content">${html}</div>\n` +
80
`</template>\n` +
81
- hoistedTags.join('\n')
+ (hoistedTags || []).join('\n')
82
)
83
cache.set(key, res)
84
return res
0 commit comments