Skip to content

Commit 06412d5

Browse files
committed
Remove Hash use from Uglify options because it breaks it.
1 parent bbc8490 commit 06412d5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lib/common/uglify.options.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
'use strict';
22

3-
var util = require('./util'),
4-
Hash = util.Hash;
5-
6-
/*----------------------------------------------------------------------------*/
7-
8-
module.exports = new Hash({
3+
module.exports = {
94
'compress': {
105
'pure_getters': true,
116
'unsafe': true,
@@ -20,4 +15,4 @@ module.exports = new Hash({
2015
'comments': /^!|@cc_on|@license|@preserve/i,
2116
'max_line_len': 500
2217
}
23-
});
18+
};

0 commit comments

Comments
 (0)