I am using UglifyJS2 to minify javascript source code.
I would like to generate source maps and point to those source maps using the X-SourceMap HTTP header, instead of the //# sourceMappingURL comment.
So, is there a facility to generate a sourcemap in uglify without appending the sourceMappingURL comment, short of just pulling it out myself?