Closed npbenjohnson closed 7 years ago
@npbenjohnson can this be reproduced with jspm-react boilerplate project?
I should have mentioned the fix is just adjusting it to
if (location.origin.match(/localhost/)) {
System.trace = true
System.import('capaj/systemjs-hot-reloader').then(function(HotReloader){
new HotReloader.default('http://localhost:8090') // chokidar-socket-emitter port
return System.import('./app.js')
})
}
Closed since your fix is the way its suppose to be done :)
this results in crazy errors on initial load in FF, but only when debugging with a breakpoint somewhere in the app.js tree. app.js cannot be loaded asyncronously along with hot reloader