alexisvincent / systemjs-hot-reloader

reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
MIT License
228 stars 36 forks source link

Make compatible with SystemJS locate #115

Closed mavericken closed 7 years ago

mavericken commented 7 years ago

Currently, when a SystemJS plugin makes use of locate to find an alternate path to a file, the address does not match the loader name, so hot reload does not work.

I have included a pull request to check for address also, so that such cases should work.

https://github.com/capaj/systemjs-hot-reloader/pull/114

mavericken commented 7 years ago

Well that was awkward... My merge failed spectacularly because the code I was changing was refactored out to https://github.com/alexisvincent/systemjs-hmr

I'll relocate this effort over there.