How to build a minified debug apk

Hello fellow ionics,

is there a way to build a minified debug APK? Something like ionic build android --prod --dev would be very nice.

For your use case this can be the way: https://www.npmjs.com/package/ionic-minify

Also the combination --prod and --release did the thing for me:
npm run ionic:build --prod --release