Skip to content

Commit

Permalink
Don't clear Vite output directory
Browse files Browse the repository at this point in the history
Causes issues since we have other media there
  • Loading branch information
caendesilva committed Nov 12, 2024
1 parent c07f27f commit 1795b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
},
build: {
outDir: '_media',
emptyOutDir: true,
emptyOutDir: false,
rollupOptions: {
input: [
resolve(__dirname, 'resources/assets/app.js'),
Expand Down

0 comments on commit 1795b6a

Please sign in to comment.