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

Updated dependencies and tsconfig #87

Closed fabiomartino closed 3 years ago

fabiomartino commented 3 years ago

Hi I recently upgrade few of my project to angular 10 and fetch to common warning

CommonJS or AMD dependencies can cause optimization bailouts.

Probably due to

"rxjs": "^5.0.1",

I just update the dependencies in package.json and the target and module in tsconfig.json

Hope it help

Cordially

PatrickJS commented 3 years ago

i published the fixes as 3.0.0

fabiomartino commented 3 years ago

i published the fixes as 3.0.0

Thx