mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 10:29:13 +08:00
7 lines
153 B
Text
7 lines
153 B
Text
import { makeApplyHmr } from '../runtime/index.js'
|
|
|
|
export const applyHmr = makeApplyHmr(args =>
|
|
Object.assign({}, args, {
|
|
hot: args.m.hot,
|
|
})
|
|
)
|