You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
// beforevar__commonJS=(cb,mod)=>function__require2(){returnmod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports: {}}).exports,mod),mod.exports;};// afterglobal.cachedModule={};var__commonJS=(cb,mod)=>{varname=__getOwnPropNames(cb)[0];Object.defineProperty(global.cachedModule,name,{get: ()=>mod});returnfunction__require2(){returnmod||(0,cb[name])((mod={exports: {}}).exports,mod),mod.exports;};};// when file changes detected -> don't rebuild, just transform target file with swc only.// `import { a, b, c } from 'module-path';`try{const{ a, b, c }=global.cachedModule['module-path'];// ...}catch(error){// hot reload failed. fully reload instead}
Description
Supports hot reload on development environment.
Tasks
References
Limitations
Notes