Angular prod build error in Cannot assign to a reference or variable
问题 I can't build prod version of my angular app. And have only this message in IDE console: ERROR in Cannot assign to a reference or variable! So I can build only if add these options: --aot=false --buildOptimizer=false But, even with these options app fails after deploy with this message in browser console: ERROR TypeError: Cannot read property 'init' of undefined which can be fixed by adding one more option: --optimization=false When I try to build with npm run ng build -- --prod I have a log