We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f092cc5 commit cd80f72Copy full SHA for cd80f72
src/template.ts
@@ -139,6 +139,7 @@ function resolveTemplateCompilerOptions(
139
preprocessLang: block.lang,
140
preprocessOptions,
141
bindings: resolvedScript ? resolvedScript.bindings : undefined,
142
+ prettify: false,
143
compilerOptions: {
144
whitespace: 'condense',
145
outputSourceRange: true,
0 commit comments