We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765414 commit 19d78faCopy full SHA for 19d78fa
examples/sites/vite.extend.ts
@@ -1,5 +1,7 @@
1
import path from 'node:path'
2
import tailwindCss from 'tailwindcss'
3
+import fg from 'fast-glob'
4
+import fs from 'fs-extra'
5
6
// 删除构建后一些无用的静态资源
7
export const delStaticPlugin = () => {
0 commit comments