grunt-contrib-uglify icon indicating copy to clipboard operation
grunt-contrib-uglify copied to clipboard

SourceMap Inline Bug

Open constip opened this issue 5 years ago • 0 comments

When I set sourceMap to { url: 'inline' }, the sourcemap gets appended to the script. This works correctly. Sadly, grunt-contrib-uglify seems not to mind this and writes the sourcemap to disk regardless. This seems to be incorrect behavior as I do not need to maps (one of which isn't even referenced).

constip avatar Aug 09 '19 08:08 constip