Not at present. You can meteor deploy --debug leave the files incomplete in production, but at this time there is no "merge, but not reduce" command in the meteor.
In docs :
You can deploy in debug mode by passing -debug. This will leave your source code readable by your favorite debugger in the browser, as well as in local development mode.
If you just want to merge several javascript files into one, here are some ideas .
source share