Running meteor with --production flag or deploying to Galaxy, one arrow function in fileUpload.js doesn't get replaced with ecmascript and es5-shim installed, and it breaks compatibility in Internet Explorer.
Every other code part works fine, this is the only arrow method that doesn't get replaced.
lib/client/fileUpload.js
starting with line 44
this.collectionName = () => { return this.data.atts.collection; };