We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de88394 commit 4a811b0Copy full SHA for 4a811b0
packages/plugin-vue/src/main.ts
@@ -50,7 +50,7 @@ export async function transformMain(
50
// for vue files, create descriptor from fs read to be consistent with
51
// logic in handleHotUpdate()
52
// for non vue files, e.g. md files in vitepress, we assume
53
- // `hmrContext.read` is overwriten so handleHotUpdate() is dealing with
+ // `hmrContext.read` is overwritten so handleHotUpdate() is dealing with
54
// post-transform code, so we populate the descriptor with post-transform
55
// code here as well.
56
filename.endsWith('.vue') ? undefined : code,
0 commit comments