-
[systemjs-hot-reloader](https://github.com/capaj/systemjs-hot-reloader) provides a `__reload` hook for each module, which can be used like so:
``` js
var state = [];
export function addItem(text) {
…
-
*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:
##…
-
There are three window and two document references spread through systemjs-hmr and systemjs-hot-reloader:
* https://github.com/alexisvincent/systemjs-hmr/blob/master/lib/index.js#L13
* https://gith…
mpfau updated
7 years ago
-
Hi @sormy
I am playing with hot reloading on Systemjs, I decided to give it a shot bs +hot reloading.... the thing is this is not working for me as soon as I save a file it fails....
```
Unca…
-
I'm currently switching over to the current release... :-)
Normal imports are resolved perfectly when a file is changed. However, everything imported via a System.import fails with the following er…
mpfau updated
7 years ago
-
I'm trying to use bs-systemjs-hot-reloader with CssReloader enabled in a gulp task, however I get the following error when browsersync inits the plugins:
/Users/testuser/demoapp/jspm_packages/s…
-
At the moment we are defining our template inside the component files. I would prefer to have them in separate files.
There were issues with https://github.com/systemjs/plugin-text and https://github.…
svi3c updated
8 years ago
-
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/…
-
Thought you might find it interesting that you have a user.
Using in [systemjs-hmr](https://github.com/alexisvincent/systemjs-hmr) and transitively in [systemjs-hot-reloader](https://github.com/al…
-
The previous version of SystemJS had a separate wrapper project (https://github.com/alexisvincent/systemjs-hot-reloader), that implemented full hot reloading support.
The primitives for hot reloadi…