PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
505 stars 46 forks source link

3.x Breaks IE11 support #88

Open DavidDudson opened 3 years ago

DavidDudson commented 3 years ago

I suspect this was unintentional.

It may be to do with using module:2020

Also, @angular/core should be set to the LTS or above, instead of 10.x which was released a couple of months ago.

I recommend using @angular/core: ^8.0.0 unless there is a specific feature that requires an angular newer than that.

PatrickJS commented 3 years ago

@DavidDudson can you make a PR with the fix?