Skip to content

Commit e869779

Browse files
authored
enable inline_script by default (#1793)
1 parent 06cdb74 commit e869779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function OutputStream(options) {
5959
comments : false,
6060
indent_level : 4,
6161
indent_start : 0,
62-
inline_script : false,
62+
inline_script : true,
6363
keep_quoted_props: false,
6464
max_line_len : false,
6565
preamble : null,

0 commit comments

Comments
 (0)