Skip to content

Commit cd80f72

Browse files
committed
fix: disable prettify by default
1 parent f092cc5 commit cd80f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/template.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ function resolveTemplateCompilerOptions(
139139
preprocessLang: block.lang,
140140
preprocessOptions,
141141
bindings: resolvedScript ? resolvedScript.bindings : undefined,
142+
prettify: false,
142143
compilerOptions: {
143144
whitespace: 'condense',
144145
outputSourceRange: true,

0 commit comments

Comments
 (0)