From: Alex Lam S.L Date: Thu, 6 Apr 2017 16:45:51 +0000 (+0800) Subject: enable `inline_script` by default (#1793) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e869779a988b519487da0d6e2bd8e4849cd6d9f1;p=UglifyJS.git enable `inline_script` by default (#1793) --- diff --git a/lib/output.js b/lib/output.js index d0adbddf..9ac50c08 100644 --- a/lib/output.js +++ b/lib/output.js @@ -59,7 +59,7 @@ function OutputStream(options) { comments : false, indent_level : 4, indent_start : 0, - inline_script : false, + inline_script : true, keep_quoted_props: false, max_line_len : false, preamble : null,