Js bundle minify no-dev

Hi all,

I tried this command inside my project dir:

exp start --no-dev --minify --strict --http

but when I fetch the bundle which is populated by the manifest file,
it is not minifed and runs in dev mode?

Is the command wrong?

I want to see how is the bundle size comparing to dev and no-minify.

Ben

Interesting – I’m not able to reproduce this on my machine at the moment. Can you share the code that this is happening with, along with some details about your OS, node version, phone OS, exp --version output, etc?

Its hard to debug there the issue is… Is there a way I can set the expo to not unminify while im in dev mode ?