-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I've been using Uglify to generate source maps via the API, such as:
var result = uglify.minify(filename, { outSourceMap: mapFilename });
When I do this, the resulting sourcemap had the following errors:
- The
filefield ismapFilenameinstead offilename - The filename in
sourcesfield contains extra path information, which confuses Dev tools (should have the path info as relative tofileonly)
Reactions are currently unavailable