Jordan Brant Baker

Results 48 comments of Jordan Brant Baker

@knes1 this is hosted by logit.io

Any chance you can try a new release with a clean build @vsivsi? 1.6 is in beta.4 now.

I'll test this with my app shortly and let you know

works for me with 1.6 beta 10. thanks!

Maybe I'm being overzealous and I only need to remove the `sourceMap` attribute and should leave `sourceMapUrl` so that error tracking software can still reference the proper sourcemap...

Also it occurs to me that this is perhaps a "bug" in the meteor cordova plugin in that it should potentially warn instead of fail in the case that the...

I don't know if Cordova itself does. But I would certainly love it if I could get sourcemapped tracebacks in my error tracking service of choice.

It may be a configuration with the error service I use (Rollbar) but they seem to fail to map the sourcemaps when using Cordova. ![image](https://user-images.githubusercontent.com/23538/92940841-7482d800-f404-11ea-97c2-780e7a47e570.png) What can I do to...

@schlaegerz i don't think the `--exclude-archs` flag applies to `meteor build`, only `meteor run`

@linegel yes, I think you could start by trying to integrate this as a minifier plugin, this doesn't require any changes to Meteor core.