Merge pull request #1580 from bbinet/fix-uglify-compress-issue
fix uglify TypeError
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = function(config) {
|
||||
cwd: '<%= destDir %>',
|
||||
options: {
|
||||
quite: true,
|
||||
compress: true,
|
||||
compress: {},
|
||||
preserveComments: false,
|
||||
banner: '<%= meta.banner %>'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user