-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels