From e8c8ff0c45b441e9bdb3f95bed9f313ac5e72a04 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Thu, 27 Jul 2017 07:10:52 +0100 Subject: [PATCH] typo in comment --- broccoli/minify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broccoli/minify.js b/broccoli/minify.js index 16c55afd58b..493f3baf9e5 100644 --- a/broccoli/minify.js +++ b/broccoli/minify.js @@ -12,7 +12,7 @@ module.exports = function _minify(tree, name) { }, mangle: true, compress: { - // this is adversely affects heuristics for IIFE eval + // this adversely affects heuristics for IIFE eval negate_iife: false, // limit sequences because of memory issues during parsing sequences: 30