Skip to content

Commit 19d78fa

Browse files
committed
fix: fix sites vite config
1 parent a765414 commit 19d78fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/sites/vite.extend.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import path from 'node:path'
22
import tailwindCss from 'tailwindcss'
3+
import fg from 'fast-glob'
4+
import fs from 'fs-extra'
35

46
// 删除构建后一些无用的静态资源
57
export const delStaticPlugin = () => {

0 commit comments

Comments
 (0)