Skip to content

Commit ee89857

Browse files
authored
Update vite.config.ts
1 parent 64989cb commit ee89857

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source-code/vite.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import react from '@vitejs/plugin-react';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
plugins: [react()],
7-
build: {
8-
outDir: 'dist',
9-
emptyOutDir: true,
10-
},
6+
plugins: [react()],
7+
build: {
8+
outDir: 'dist',
9+
emptyOutDir: true,
10+
},
1111
});

0 commit comments

Comments
 (0)