ソースを参照

chore: emptyOutDir

GyDi 3 年 前
コミット
38e55be7aa
1 ファイル変更1 行追加0 行削除
  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,
   },
 });