enable `inline_script` by default (#1793)
authorAlex Lam S.L <alexlamsl@gmail.com>
Thu, 6 Apr 2017 16:45:51 +0000 (00:45 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2017 16:45:51 +0000 (00:45 +0800)
lib/output.js

index d0adbdd..9ac50c0 100644 (file)
@@ -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,