Skip to content

Commit

Permalink
chore: remove internal flag on hmr option
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 22, 2023
1 parent 00de3e6 commit 28a6f05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compiler-core/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export interface TransformOptions
* Whether to compile the template assuming it needs to handle HMR.
* Some edge cases may need to generate different code for HMR to work
* correctly, e.g. #6938, #7138
* @internal
*/
hmr?: boolean
}
Expand Down

0 comments on commit 28a6f05

Please sign in to comment.