Skip to content

Commit

Permalink
Pass webkit flag down to UglifyJS (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenikk committed May 16, 2024
1 parent 221a0de commit e8003dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/lib/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ exports.init = function(grunt) {
parse: options.parse || {},
sourceMap: options.sourceMap,
toplevel: options.toplevel,
wrap: options.wrap
wrap: options.wrap,
webkit: options.webkit
};

if (options.banner) {
Expand Down

0 comments on commit e8003dd

Please sign in to comment.