Skip to content

Commit 4b721ea

Browse files
committed
chore(build): improve
1 parent 3be42e0 commit 4b721ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { fileURLToPath, URL } from 'node:url'
22
import { defineConfig } from 'vitepress'
33
import { configParams } from './params'
4-
import path from 'node:path'
5-
import pc from 'picocolors'
4+
// import path from 'node:path'
5+
// import pc from 'picocolors'
66
import tailwindcss from '@tailwindcss/vite'
77
import bitrix24UIPluginVite from '@bitrix24/b24ui-nuxt/vite'
88

@@ -82,7 +82,8 @@ export const shared = defineConfig({
8282
}
8383
})
8484
]
85-
},
85+
}
86+
/*
8687
transformHtml: (html, id) => {
8788
const exceptionsByFile: Record<string, string[]> = {}
8889
@@ -109,4 +110,5 @@ export const shared = defineConfig({
109110
}
110111
return html
111112
}
113+
*/
112114
})

0 commit comments

Comments
 (0)