Does build + publish put Expo into production mode

I know that I can manually toggle Expo into either development or production mode. What I want to know - and could not find in the documentation, is:

Does expo automatically switch to production when compiling the code for

expo publish

AND

expo build:<platform>

Hey @virtuallast,

Yes, when you publish your JS bundle is in production mode and minified as well.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.