Skip to content

Commit f9f62e1

Browse files
committed
Use backward compatible build output folder
1 parent 36bcdd3 commit f9f62e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/vite.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ import { defineConfig } from 'vite'
55
export default defineConfig({
66
base: './',
77
plugins: [react()],
8+
build: {
9+
outDir: "build",
10+
},
811
})

0 commit comments

Comments
 (0)