Skip to content

Commit

Permalink
emptyOutDir for Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 22, 2024
1 parent ba8cd78 commit bb670e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig(() => {
base: './',
build: {
outDir: '../vite',
emptyOutDir: true,
minify: false,
target: 'es2022',
},
Expand Down

0 comments on commit bb670e1

Please sign in to comment.