Skip to content

Commit 28a6f05

Browse files
committed
chore: remove internal flag on hmr option
1 parent 00de3e6 commit 28a6f05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compiler-core/src/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export interface TransformOptions
260260
* Whether to compile the template assuming it needs to handle HMR.
261261
* Some edge cases may need to generate different code for HMR to work
262262
* correctly, e.g. #6938, #7138
263-
* @internal
264263
*/
265264
hmr?: boolean
266265
}

0 commit comments

Comments
 (0)