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 f747763 commit 3ab6f02Copy full SHA for 3ab6f02
docs/lib/postbuild.ts
@@ -209,10 +209,10 @@ async function postBuild() {
209
try {
210
const htmlFiles = await findHtmlFiles(CONFIG.targetDir)
211
212
- // Execute tasks concurrently but within controlled limits
+ // execute tasks concurrently
213
await emptyDuplicateUnoCss(htmlFiles)
214
await criticalCss(htmlFiles)
215
- await addBackgroundToHtmlTag(htmlFiles)
+ // await addBackgroundToHtmlTag(htmlFiles)
216
217
await markPostBuildRun()
218
0 commit comments