From 47e8beb255bf246d13f030c97e2242e0a44c666d Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Fri, 7 Apr 2017 00:04:06 +0800 Subject: [PATCH] enable `inline_script` by default --- lib/output.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,