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

find module even when module name != module address #114

Closed mavericken closed 7 years ago

mavericken commented 7 years ago

When a plugin makes use of the locate function to find a file, the address does not match the loader name. I included a check for the address so that such cases can be hot reloaded.

mavericken commented 7 years ago

Hold on... I had some bad merge problems.

mavericken commented 7 years ago

Oh, no wonder I couldn't merge... The code in question has been refactored out to an entirely different repo: https://github.com/alexisvincent/systemjs-hmr