UglifyJS uses commas to chain, declare objects and variables. This is great for productions, and when the file is thumbnailed, however it is very difficult to go through javascript with breakpoints when debugging js. I need to know how to disable this feature in the UglifyJS Grunt plugin.
Below is the result.
var boom = function(a) { ... }, bing = function(b){ ... }, bam = function(c) { ... };
source share