Skip to content

Commit 3091f66

Browse files
chore: modify the Vite build output directory
1 parent bd8ea65 commit 3091f66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ export default defineConfig({
88
plugins: [
99
react(),
1010
],
11+
build: {
12+
outDir: 'build',
13+
}
1114
});

0 commit comments

Comments
 (0)