systemjs-hmr icon indicating copy to clipboard operation
systemjs-hmr copied to clipboard

Hot Module Replacement for SystemJS

Results 8 systemjs-hmr issues
Sort by recently updated
recently updated
newest added

I didn't find a mechanism to prevent reloading dependant modules all the way up to the root. It's usually a good idea if the code wasn't specifically designed for hot...

enhancement
discussion / proposal

As per #29 add support for using SystemJS version 2.0.0 and above!

Hi, Can you make a new release which fixes issue #25 ? Thank you.

*This issue was created by [Maintainers Wanted](https://maintainerswanted.com)* :nerd_face: *Support us by leaving a star on [Github](https://github.com/flxwu/maintainerswanted.com)!* :star2: ## systemjs-hmr is searching for new Maintainers! :man_technologist: :mailbox_with_mail: Do you use systemjs-hmr...

Maintainers Wanted

I am using systemjs-tools backend, which is nicely sending updates. However, after the first reload event, my application only updates on every other change. The browser always gets an exception...

Add debounce to prevent multi file loads to thrash

[Edited to include pertinent comments] One should be able to precompile files and pass them to systemjs-hmr for a quicker reload cycle. Something like this ```javascript System.reload("app/a.js", { from: {...

enhancement

As I can't comment on he readme I'm using this issue. Great write up of Javascript Plugin Reload Hook solutions. I wrote the original __reload hook (https://github.com/capaj/systemjs-hot-reloader/pull/23) but I agree...

discussion / proposal