You’ve got larger problems clearly.
I’d try starting a brand new project and building that, both for browser and iOS with the --prod switch.
ionic start SomeOtherProject
cd ./SomeOtherProject
ionic cordova build browser --prod
You’ve got larger problems clearly.
I’d try starting a brand new project and building that, both for browser and iOS with the --prod switch.
ionic start SomeOtherProject
cd ./SomeOtherProject
ionic cordova build browser --prod