how to create source maps? - Meteor deployment

Using meteor, Is there a way to create source maps in the deploy process?

The purpose is to upload the source maps to a js error tracker service (atatus.com) which supports them, to have more helpful error messages. Right now the only source maps I found in the .meteor dir are of the development env.

You can use the packages zodern:standard-minifier-js and optionally zodern:hide-production-sourcemaps.

1 Like