Просмотр исходного кода

chore: remove internal flag on hmr option

Evan You 2 лет назад
Родитель
Сommit
28a6f05bf5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/compiler-core/src/options.ts

+ 0 - 1
packages/compiler-core/src/options.ts

@@ -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
 }