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 d6ec9cf commit 39afb62Copy full SHA for 39afb62
packages/@vuepress/core/lib/internal-plugins/frontmatterBlock/loader.js
@@ -18,7 +18,6 @@ module.exports = function (source, map) {
18
parsed.data &&
19
JSON.stringify(cached.data) !== JSON.stringify(parsed.data)
20
) {
21
- // TODO Replace temporary files in bulk to avoid repeated refreshes.
22
frontmatterEmitter.emit('update')
23
}
24
0 commit comments