Jelajahi Sumber

chore: remove internal flag on hmr option

Evan You 2 tahun lalu
induk
melakukan
28a6f05bf5
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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
 }