Sfoglia il codice sorgente

chore: emptyOutDir

GyDi 3 anni fa
parent
commit
38e55be7aa
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -7,5 +7,6 @@ export default defineConfig({
   plugins: [react()],
   build: {
     outDir: "../dist",
+    emptyOutDir: true,
   },
 });