Skip to content

Commit

Permalink
fix: disable prettify by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 17, 2022
1 parent f092cc5 commit cd80f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function resolveTemplateCompilerOptions(
preprocessLang: block.lang,
preprocessOptions,
bindings: resolvedScript ? resolvedScript.bindings : undefined,
prettify: false,
compilerOptions: {
whitespace: 'condense',
outputSourceRange: true,
Expand Down

0 comments on commit cd80f72

Please sign in to comment.