Skip to content

Commit 557b2e2

Browse files
committed
chore: 🔨 build output dist
1 parent aa6fca9 commit 557b2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/vite/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function createViteBuild(): BuildOptions {
44
const viteBuild = {
55
target: 'es2015',
66
// 指定输出路径
7-
outDir: 'docs',
7+
outDir: 'dist',
88
cssTarget: 'chrome80',
99

1010
// 指定生成静态资源的存放路径

0 commit comments

Comments
 (0)