I am doing a bit of reorganization for my angular-bootstrap-validator project so that on npm and bower they will get the transpiled to ES5 and minified version of the code and allow me to use ES6 or whatever language I prefer as the source.
For Meteor packages, is it recommended we use the minified versions or should we put in the original ES6 sources with the expectation that it will be transpiled and minified by meteor automatically anyway?