mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Workaround UglifyJS comments option bug.
Former-commit-id: 705510311c4eee0739e85054c6d8edded427efe3
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
// restrict lines to 500 characters for consistency with the Closure Compiler
|
||||
var stream = uglifyJS.OutputStream({
|
||||
'ascii_only': true,
|
||||
'comments': true,
|
||||
'comments': /\* *@license/,
|
||||
'max_line_len': 500,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user