0.1.0 • Published 10 years ago
hot-monkey v0.1.0
hot-monkey
Monkey-patch running application
How?
Makes snapshot of require.cache
before HMR kicks in, then it tries to merge changes into already loaded modules.
Limitations
Currently, only ES6 modules with export default
are supported. Also it only patches classes & objects (shallow) so in extreme cases, it may fail but it actually works suprisingly well.
0.1.0
10 years ago