Angular 8 - Lazy loading modules : Error TS1323: Dynamic import is only supported when '--module' flag is 'commonjs' or 'esNext'

前端 未结 7 939
一个人的身影
一个人的身影 2020-12-04 15:09

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

相关标签:
7条回答
  • 2020-12-04 15:45

    My angular version is 8.2 and I fixed it by just changing "module": "es2015" to "module": "es2020"

    0 讨论(0)
提交回复
热议问题