Urara-Blog/node_modules/.pnpm-store/v3/files/21/d12cd0bcf6ba85a97a3ad567f5ebe32f5f48e7ac701399954d576a4fecff5e0bab58808b6aadc081868f6303a8ff597647506fc03f2beb5b1d691a1876a391
2022-08-14 01:14:53 +08:00

7 lines
153 B
Text

import { makeApplyHmr } from '../runtime/index.js'
export const applyHmr = makeApplyHmr(args =>
Object.assign({}, args, {
hot: args.m.hot,
})
)