mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
import { makeApplyHmr } from '../runtime/index.js'
|
|
|
|
export const applyHmr = makeApplyHmr(args =>
|
|
Object.assign({}, args, {
|
|
hot: args.m.hot,
|
|
})
|
|
)
|