You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: