File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99影響範囲: ` Vite プラグイン作成者 ` 
1010
1111::: warning 将来の廃止予定
12- ` hotUpdate `  は ` v6.0 `  で初めて導入されました。` handleHotUpdate `  の廃止は将来のメジャーバージョンで予定されています。現時点では、まだ  ` handleHotUpdate `  からの移行は推奨していません。もし実験して私たちにフィードバックをしたいのであれば、vite config で ` future.removePluginHookHandleHotUpdate `  を ` "warn" `  に指定してください。
12+ ` hotUpdate `  は ` v6.0 `  で初めて導入されました。` handleHotUpdate `  の廃止は将来のメジャーバージョンで予定されています。現時点では ` handleHotUpdate `  からの移行は推奨していません。もし実験して私たちにフィードバックをしたいのであれば、vite config で ` future.removePluginHookHandleHotUpdate `  を ` "warn" `  に指定してください。
1313:::
1414
1515## 動機  
1616
17- [ ` handleHotUpdate `  フック] ( /guide/api-plugin.md#handlehotupdate )  はカスタム HMR 更新処理を行うことができます。更新するモジュールのリストは ` HmrContext `  に渡されます
17+ [ ` handleHotUpdate `  フック] ( /guide/api-plugin.md#handlehotupdate )  はカスタム HMR 更新処理を行うことができます。更新するモジュールのリストは ` HmrContext `  に渡されます。 
1818
1919``` ts 
2020interface  HmrContext  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments