Skip to content

Commit

Permalink
update build options
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTyp7 committed Jul 8, 2023
1 parent 810da51 commit 43dc2f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ export default defineConfig({
'@styles': path.resolve(__dirname, './src/styles'),
},
},
build: {
outDir: 'dist',
emptyOutDir: true,
},
plugins: [react(), viteSingleFile({ useRecommendedBuildConfig: false })],
})

0 comments on commit 43dc2f1

Please sign in to comment.