File size: 153 Bytes
5f5d58c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { makeApplyHmr } from '../runtime/index.js'

export const applyHmr = makeApplyHmr(args =>
  Object.assign({}, args, {
    hot: args.m.hot,
  })
)