mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #1580 from bbinet/fix-uglify-compress-issue
fix uglify TypeError
This commit is contained in:
commit
390589fae2
@ -7,7 +7,7 @@ module.exports = function(config) {
|
||||
cwd: '<%= destDir %>',
|
||||
options: {
|
||||
quite: true,
|
||||
compress: true,
|
||||
compress: {},
|
||||
preserveComments: false,
|
||||
banner: '<%= meta.banner %>'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user