Update uglify options to disable negate_iffe.

This commit is contained in:
John-David Dalton
2016-07-09 17:52:04 -07:00
parent 7f3539d001
commit d3acace1c4

View File

@@ -8,6 +8,7 @@
*/
module.exports = {
'compress': {
'negate_iife': false,
'pure_getters': true,
'unsafe': true,
'warnings': false