When I updated Angular from 7 to Angular 8, getting error for lazy loading modules
I have tried the options, which are there in the angular upgradation guide
My angular version is 8.2 and I fixed it by just changing "module": "es2015" to "module": "es2020"