Minification required during development build process?

Hi,
When I build my project on my development machine I see “Minifying app code” for long periods.
Is minification required when working on a dev machine?
Won’t we get faster build times if minification is omited during dev builds?

That’s not normal behaviour. In development Meteor does not minify.

Have you added a minification step in your package.json?

apologies,
I see I was indeed running a npm script with the --production flag on

1 Like

No need to apologise. Glad you got it figured out. :slight_smile: