The combination --prod and --release did the thing for me:
npm run ionic:build --prod --release
↧
Can I run ionic serve with a minified build?
↧
The combination --prod and --release did the thing for me:
npm run ionic:build --prod --release