mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10: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
|
// restrict lines to 500 characters for consistency with the Closure Compiler
|
||||||
var stream = uglifyJS.OutputStream({
|
var stream = uglifyJS.OutputStream({
|
||||||
'ascii_only': true,
|
'ascii_only': true,
|
||||||
'comments': true,
|
'comments': /\* *@license/,
|
||||||
'max_line_len': 500,
|
'max_line_len': 500,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user