Is the --prod --release build faster?

Right now I am builiding my app normally and I have to say it is really slow, will it be faster on final build?

yes with prod tag. what is your normal way ?

without it of course :smiley:

Absolutly yes… And the splashscreen time is reduced too

The build process will be slower.
The build itself should be faster, because of --prod.
(--release only adds more logic for signing)

A post was split to a new topic: Unable to use some Cordova Plugins like Paypal, Splashscreen, etc