Skip to content

Commit

Permalink
add sourceMap option to support debugging minified file in producti…
Browse files Browse the repository at this point in the history
…on version
  • Loading branch information
harkue committed Nov 16, 2019
1 parent 13a61b2 commit 20d5473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ module.exports = function (grunt) {
}
},
options: {
sourceMap: true,
mangle: true,
compress: {
dead_code: false // jshint ignore:line
Expand Down

0 comments on commit 20d5473

Please sign in to comment.