we have a large Ionic app that we’re trying to build in production mode since it’s almost ready. The first issue we found is that we w
Ionic
build
production
I found the problem. In my package.json I was using:
"typescript": "^2.9.1",
Decreasing the version to ~2.6.2 fixed it for me.
~2.6.2