Skip to content

Commit 2b87dd2

Browse files
committed
Update buildBlazingUtils.mjs
1 parent 693a366 commit 2b87dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildBlazingUtils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export function themeFromHuesTemplate(hues, minified) {
207207
)} : ${JSON.stringify(prebuiltFromEsbuild)}
208208
return "// Generated " + new Date().toJSON() + "\\n" + template.replace(
209209
'process.env.__HUES__',
210-
JSON.stringify(hues)
210+
JSON.stringify(hues, null, minified ? 0 : 2)
211211
)
212212
}
213213
`,

0 commit comments

Comments
 (0)