Skip to content

Commit 39afb62

Browse files
committed
chore: tweaks
1 parent d6ec9cf commit 39afb62

File tree

1 file changed

+0
-1
lines changed
  • packages/@vuepress/core/lib/internal-plugins/frontmatterBlock

1 file changed

+0
-1
lines changed

packages/@vuepress/core/lib/internal-plugins/frontmatterBlock/loader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = function (source, map) {
1818
parsed.data &&
1919
JSON.stringify(cached.data) !== JSON.stringify(parsed.data)
2020
) {
21-
// TODO Replace temporary files in bulk to avoid repeated refreshes.
2221
frontmatterEmitter.emit('update')
2322
}
2423

0 commit comments

Comments
 (0)