Skip to content

Commit

Permalink
[FE][Fix] vite 파일 설정 되돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
leedongyull committed Dec 4, 2024
1 parent 42889e7 commit 8067ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tsconfigPaths from 'vite-tsconfig-paths'; // 추가된 부분
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tsconfigPaths()], // tsconfigPaths 플러그인 추가
// server: {
// hmr: false, // HMR 완전히 비활성화
// },
server: {
hmr: false, // HMR 완전히 비활성화
},
});

0 comments on commit 8067ff3

Please sign in to comment.