PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading

Home Page:https://patrickjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3.x Breaks IE11 support

DavidDudson opened this issue · comments

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.

@DavidDudson can you make a PR with the fix?