最佳答案
I am trying to upgrade my Angular 9 app to Angular 10 version, but getting below warning after the upgrade
WARNING in calendar.reducer.ts depends on lodash/keys. CommonJS or AMD dependencies can cause optimization bailouts.
I have added below line to my angular.json
file but issue is not resolved
"allowedCommonJsDependencies": ["lodash"]
How can I fix above issue.