We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8ea65 commit 3091f66Copy full SHA for 3091f66
example/vite.config.ts
@@ -8,4 +8,7 @@ export default defineConfig({
8
plugins: [
9
react(),
10
],
11
+ build: {
12
+ outDir: 'build',
13
+ }
14
});
0 commit comments