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 fb75070 commit 2b27e15Copy full SHA for 2b27e15
src/core/main.ts
@@ -56,7 +56,7 @@ export async function transformMain(
56
// for vue files, create descriptor from fs read to be consistent with
57
// logic in handleHotUpdate()
58
// for non vue files, e.g. md files in vitepress, we assume
59
- // `hmrContext.read` is overwriten so handleHotUpdate() is dealing with
+ // `hmrContext.read` is overwritten so handleHotUpdate() is dealing with
60
// post-transform code, so we populate the descriptor with post-transform
61
// code here as well.
62
filename.endsWith('.vue') ? undefined : code,
0 commit comments