Skip to content

Fix sourcemaps not including sources anymore

Created by: jeffcunat

When updating grunt dependencies to latest one available in #2848, a regression on sourcemaps has been introduced. As mentioned in grunt-contrib-uglify documentation, sourceMapIncludeSources and sourceMapRoot options has been deprecated. This PR should allow again debugging with breakpoints with sourcemaps

Related original issue : #977 (closed)

Merge request reports