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).
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).