enable inline_script by default (#1793)
This commit is contained in:
parent
06cdb74279
commit
e869779a98
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user