I generated the project and working in dev mode. When I tried to run in prod mode I am getting below error
init.ts:1 Uncaught ReferenceError: System is not defined(…)
I tried to debug and I found that lib.js file is not included in index.html file.
Please help me here