aurelia / loader-webpack

An implementation of Aurelia's loader interface to enable webpack.
MIT License
26 stars 10 forks source link

fix(loader-webpack): handle HMR changes also in async modules #40

Closed jussimattila closed 6 years ago

jussimattila commented 6 years ago

Fixes #39

I do not know if the original empty function for explicitly not handling HMR changes in async modules was a conscious and deliberate choice. Because of this, while I don't think this change should break anything, I'm not 100% sure.

niieani commented 6 years ago

Thanks!