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
Removing ^ from @ionic/app-scripts and typescript works for me as follows:
^
@ionic/app-scripts
typescript
"devDependencies": { "@ionic/app-scripts": "3.1.9", "typescript": "2.8.3" }