chore: emptyOutDir

This commit is contained in:
GyDi
2021-12-22 01:15:04 +08:00
Unverified
parent 1cd7ae7db2
commit 38e55be7aa

View File

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