Build meteor bundle without minification?

Short question, is it possible to deploy a meteor bundle without minification?

I want to setup a Staging environment for my application. I want to deploy it in the same way as I do for production with the only difference that I dont want the code to be minified for the Staging environment. Is it possible to pass some flag to the meteor build command?

Try it without the standard-minifier-js package?

meteor remove standard-minifier-js

1 Like