mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Remove Hash use from Uglify options because it breaks it.
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var util = require('./util'),
|
module.exports = {
|
||||||
Hash = util.Hash;
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
module.exports = new Hash({
|
|
||||||
'compress': {
|
'compress': {
|
||||||
'pure_getters': true,
|
'pure_getters': true,
|
||||||
'unsafe': true,
|
'unsafe': true,
|
||||||
@@ -20,4 +15,4 @@ module.exports = new Hash({
|
|||||||
'comments': /^!|@cc_on|@license|@preserve/i,
|
'comments': /^!|@cc_on|@license|@preserve/i,
|
||||||
'max_line_len': 500
|
'max_line_len': 500
|
||||||
}
|
}
|
||||||
});
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user